[Python-checkins] cpython (merge 3.3 -> default): #19319: merge with 3.3.
ezio.melotti
python-checkins at python.org
Mon Oct 21 03:42:27 CEST 2013
http://hg.python.org/cpython/rev/49f8d07b6c5c
changeset: 86535:49f8d07b6c5c
parent: 86532:cc8c37b5b449
parent: 86534:d8e352e2f110
user: Ezio Melotti <ezio.melotti at gmail.com>
date: Mon Oct 21 04:42:12 2013 +0300
summary:
#19319: merge with 3.3.
files:
Doc/library/ctypes.rst | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -1909,8 +1909,8 @@
.. 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)
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list