summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-03-09 23:22:43 (GMT)
committerGeorg Brandl <georg@python.org>2006-03-09 23:22:43 (GMT)
commite2b4677253a809228b16a2c48b6169e1ae576f55 (patch)
treec767ea0e63fe91a05a57ab4ebf56100b731f21a9 /Misc
parent24cb053b158a3cd63f7be05ac27f47e45bb2f1b3 (diff)
downloadcpython-e2b4677253a809228b16a2c48b6169e1ae576f55.zip
cpython-e2b4677253a809228b16a2c48b6169e1ae576f55.tar.gz
cpython-e2b4677253a809228b16a2c48b6169e1ae576f55.tar.bz2
Move entry to correct section.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0ed682a..33c8cd7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.