diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-03-31 21:32:15 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-03-31 21:32:15 (GMT) |
commit | a57df2cf1d627840dff505e8487fbd5f42414c7b (patch) | |
tree | 87d099bca7fc01072ad6911e9ffa79707b982704 /Misc/NEWS | |
parent | 26cc99da2a350f3093c9d7055794daef2034e2a4 (diff) | |
download | cpython-a57df2cf1d627840dff505e8487fbd5f42414c7b.zip cpython-a57df2cf1d627840dff505e8487fbd5f42414c7b.tar.gz cpython-a57df2cf1d627840dff505e8487fbd5f42414c7b.tar.bz2 |
Issue #8268: Old-style classes (not just instances) now support weak
references.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.7 beta 1? 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. |