#19319: merge with 3.3.

This commit is contained in:
Ezio Melotti 2013-10-21 04:42:12 +03:00
commit 47f1b762fd
1 changed files with 2 additions and 2 deletions

View File

@ -1909,8 +1909,8 @@ Utility functions
.. function:: sizeof(obj_or_type)
Returns the size in bytes of a ctypes type or instance memory buffer. Does the
same as the C ``sizeof()`` function.
Returns the size in bytes of a ctypes type or instance memory buffer.
Does the same as the C ``sizeof`` operator.
.. function:: string_at(address, size=-1)