mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Can we agree to put dots at entry ends? Thanks.
This commit is contained in:
parent
6f7ae6945f
commit
5cc774e232
1 changed files with 4 additions and 4 deletions
|
@ -90,7 +90,7 @@ Library
|
||||||
|
|
||||||
- Added the ast module.
|
- Added the ast module.
|
||||||
|
|
||||||
- Added the multiprocessing module, PEP 371
|
- Added the multiprocessing module, PEP 371.
|
||||||
|
|
||||||
- Factored out the indentation cleaning from inspect.getdoc() into
|
- Factored out the indentation cleaning from inspect.getdoc() into
|
||||||
inspect.cleandoc() to ease standalone use.
|
inspect.cleandoc() to ease standalone use.
|
||||||
|
@ -98,7 +98,7 @@ Library
|
||||||
- Issue #1798: Add ctypes calling convention that allows safe access
|
- Issue #1798: Add ctypes calling convention that allows safe access
|
||||||
to errno.
|
to errno.
|
||||||
|
|
||||||
- Issue #2404: ctypes objects support the new pep3118 buffer interface
|
- Issue #2404: ctypes objects support the new pep3118 buffer interface.
|
||||||
|
|
||||||
- Patch #2125: Add GetInteger and GetString methods for
|
- Patch #2125: Add GetInteger and GetString methods for
|
||||||
msilib.Record objects.
|
msilib.Record objects.
|
||||||
|
@ -306,7 +306,7 @@ Build
|
||||||
|
|
||||||
- On MacOS X it is now possible to install the framework in 64-bit
|
- On MacOS X it is now possible to install the framework in 64-bit
|
||||||
mode or even as a 4-way universal binary (that is, PPC, i386,
|
mode or even as a 4-way universal binary (that is, PPC, i386,
|
||||||
PPC64 and x86_64 support in one binary)
|
PPC64 and x86_64 support in one binary).
|
||||||
|
|
||||||
This is controlled by the configure argument ``--with-universal-archs``:
|
This is controlled by the configure argument ``--with-universal-archs``:
|
||||||
|
|
||||||
|
@ -395,7 +395,7 @@ Library
|
||||||
ending in) '.', '!' or '?'.
|
ending in) '.', '!' or '?'.
|
||||||
|
|
||||||
- Add from_buffer() and from_buffer_copy() class methods to ctypes
|
- Add from_buffer() and from_buffer_copy() class methods to ctypes
|
||||||
data types
|
data types.
|
||||||
|
|
||||||
- Issue #2682: ctypes callback functions no longer contain a cyclic
|
- Issue #2682: ctypes callback functions no longer contain a cyclic
|
||||||
reference to themselves.
|
reference to themselves.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue