summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-03-31 21:32:15 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-03-31 21:32:15 (GMT)
commita57df2cf1d627840dff505e8487fbd5f42414c7b (patch)
tree87d099bca7fc01072ad6911e9ffa79707b982704 /Misc/NEWS
parent26cc99da2a350f3093c9d7055794daef2034e2a4 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 09d07f2..80f1d2e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.