commit | a57df2cf1d627840dff505e8487fbd5f42414c7b | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Mar 31 21:32:15 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Mar 31 21:32:15 2010 +0000 |
tree | 87d099bca7fc01072ad6911e9ffa79707b982704 | |
parent | 26cc99da2a350f3093c9d7055794daef2034e2a4 [diff] [blame] |
Issue #8268: Old-style classes (not just instances) now support weak references.
diff --git a/Misc/NEWS b/Misc/NEWS index 09d07f2..80f1d2e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and Builtins ----------------- +- Issue #8268: Old-style classes (not just instances) now support weak + references. + - Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compiler optimizations are disabled when --with-pydebug is used.