Commit e2f0b116 authored by Georg Brandl's avatar Georg Brandl

Move entry to correct section.

parent 612e53ea
...@@ -12,9 +12,6 @@ What's New in Python 2.5 alpha 1? ...@@ -12,9 +12,6 @@ What's New in Python 2.5 alpha 1?
Core and builtins 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 - Patch #1434038: property() now uses the getter's docstring if there is
no "doc" argument given. This makes it possible to legitimately use no "doc" argument given. This makes it possible to legitimately use
property() as a decorator to produce a read-only property. property() as a decorator to produce a read-only property.
...@@ -439,6 +436,9 @@ Extension Modules ...@@ -439,6 +436,9 @@ Extension Modules
Library 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() - The function get_count() has been added to the gc module, and gc.collect()
grew an optional 'generation' argument. grew an optional 'generation' argument.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment