summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-07-03 13:47:40 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-07-03 13:47:40 (GMT)
commitd5cfa5491a7a7c23fa31bf2262d00fcaf4b7474d (patch)
tree9ae965d962e4328564b993839bfaa4c87cf98a4e /Misc/NEWS
parentede77f5373e38ce1befc02858dcbcff8214c061b (diff)
downloadcpython-d5cfa5491a7a7c23fa31bf2262d00fcaf4b7474d.zip
cpython-d5cfa5491a7a7c23fa31bf2262d00fcaf4b7474d.tar.gz
cpython-d5cfa5491a7a7c23fa31bf2262d00fcaf4b7474d.tar.bz2
Put method-wrappers into trashcan. Fixes #927248.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 11add31..34795a4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.5 beta 2?
Core and builtins
-----------------
+- Bug #927248: Recursive method-wrapper objects can now safely
+ be released.
+
- Bug #1417699: Reject locale-specific decimal point in float()
and atof().