diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2013-04-13 14:45:44 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2013-04-13 14:45:44 (GMT) |
commit | 556e94b8fe068d1d58064fe84467e0620b87f9ed (patch) | |
tree | 8d6d21319dd056b30cb089d645ba8a0f729c39f7 /Misc | |
parent | 548677bb8ce759395e2512420c03ccb184a77bf5 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |