[Python-checkins] r64071 - python/trunk/Misc/NEWS
thomas.heller
python-checkins at python.org
Tue Jun 10 16:07:13 CEST 2008
Author: thomas.heller
Date: Tue Jun 10 16:07:12 2008
New Revision: 64071
Log:
NEWS entry for:
Add an optional 'offset' parameter to byref, defaulting to zero.
Modified:
python/trunk/Misc/NEWS
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Tue Jun 10 16:07:12 2008
@@ -77,6 +77,10 @@
Library
-------
+- The ctypes.byref function now takes an optional second parameter
+ which allows to specify an offset in bytes for the constructed
+ pointer-like object.
+
- Added the ast module.
- Factored out the indentation cleaning from inspect.getdoc() into
More information about the Python-checkins
mailing list