mirror of
https://github.com/python/cpython.git
synced 2025-09-18 06:30:38 +00:00
NEWS entry for:
Add an optional 'offset' parameter to byref, defaulting to zero.
This commit is contained in:
parent
dcea9a91c6
commit
1cec7aa7c7
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@ Extension Modules
|
||||||
Library
|
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.
|
- Added the ast module.
|
||||||
|
|
||||||
- Factored out the indentation cleaning from inspect.getdoc() into
|
- Factored out the indentation cleaning from inspect.getdoc() into
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue