commit | d5cfa5491a7a7c23fa31bf2262d00fcaf4b7474d | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Jul 03 13:47:40 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Jul 03 13:47:40 2006 +0000 |
tree | 9ae965d962e4328564b993839bfaa4c87cf98a4e | |
parent | ede77f5373e38ce1befc02858dcbcff8214c061b [diff] |
Put method-wrappers into trashcan. Fixes #927248.
diff --git a/Misc/NEWS b/Misc/NEWS index 11add31..34795a4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ 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().