summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2013-04-13 14:45:44 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2013-04-13 14:45:44 (GMT)
commit556e94b8fe068d1d58064fe84467e0620b87f9ed (patch)
tree8d6d21319dd056b30cb089d645ba8a0f729c39f7 /Misc
parent548677bb8ce759395e2512420c03ccb184a77bf5 (diff)
downloadcpython-556e94b8fe068d1d58064fe84467e0620b87f9ed.zip
cpython-556e94b8fe068d1d58064fe84467e0620b87f9ed.tar.gz
cpython-556e94b8fe068d1d58064fe84467e0620b87f9ed.tar.bz2
Issue #17643: Add __callback__ attribute to weakref.ref.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4f42ff5..8adc9ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.4.0 Alpha 1?
Core and Builtins
-----------------
+- Issue #17643: Add __callback__ attribute to weakref.ref.
+
- Issue #16447: Fixed potential segmentation fault when setting __name__ on a
class.