diff options
author | Thomas Heller <theller@ctypes.org> | 2008-06-10 14:07:12 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2008-06-10 14:07:12 (GMT) |
commit | 1cec7aa7c73163d2ec3ca793ec76be698f4c6558 (patch) | |
tree | 82d67ed6fe19272951c3d00e89ccea9a69aa8beb | |
parent | dcea9a91c6235948976fc40979fdc57e74266d3b (diff) | |
download | cpython-1cec7aa7c73163d2ec3ca793ec76be698f4c6558.zip cpython-1cec7aa7c73163d2ec3ca793ec76be698f4c6558.tar.gz cpython-1cec7aa7c73163d2ec3ca793ec76be698f4c6558.tar.bz2 |
NEWS entry for:
Add an optional 'offset' parameter to byref, defaulting to zero.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -77,6 +77,10 @@ Extension Modules 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 |