mirror of https://github.com/python/cpython
Move entry to correct section.
This commit is contained in:
parent
24cb053b15
commit
e2b4677253
|
@ -12,9 +12,6 @@ What's New in Python 2.5 alpha 1?
|
|||
Core and builtins
|
||||
-----------------
|
||||
|
||||
- Patch #1446372: quit and exit can now be called from the interactive
|
||||
interpreter to exit.
|
||||
|
||||
- Patch #1434038: property() now uses the getter's docstring if there is
|
||||
no "doc" argument given. This makes it possible to legitimately use
|
||||
property() as a decorator to produce a read-only property.
|
||||
|
@ -439,6 +436,9 @@ Extension Modules
|
|||
Library
|
||||
-------
|
||||
|
||||
- Patch #1446372: quit and exit can now be called from the interactive
|
||||
interpreter to exit.
|
||||
|
||||
- The function get_count() has been added to the gc module, and gc.collect()
|
||||
grew an optional 'generation' argument.
|
||||
|
||||
|
|
Loading…
Reference in New Issue