[Python-checkins] r42949 - python/trunk/Misc/NEWS
georg.brandl
python-checkins at python.org
Fri Mar 10 00:22:43 CET 2006
Author: georg.brandl
Date: Fri Mar 10 00:22:43 2006
New Revision: 42949
Modified:
python/trunk/Misc/NEWS
Log:
Move entry to correct section.
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Fri Mar 10 00:22:43 2006
@@ -12,9 +12,6 @@
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 @@
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.
More information about the Python-checkins
mailing list