summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-08-10 22:22:30 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-08-10 22:22:30 (GMT)
commit584e815114b3e1862c510df6a2ccc9d9957eedc0 (patch)
treee736483aeec45c35a316a8cae1e63c3cd14e8d07 /Misc
parentb723a12c044bcaf499a74786f478f1756a94e8e0 (diff)
downloadcpython-584e815114b3e1862c510df6a2ccc9d9957eedc0.zip
cpython-584e815114b3e1862c510df6a2ccc9d9957eedc0.tar.gz
cpython-584e815114b3e1862c510df6a2ccc9d9957eedc0.tar.bz2
Fix refcounting issue with extension types in tkinter.
(issue #15721)
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 5c73479..1bbb17e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Core and Builtins
Library
-------
+- Fix refcounting issue with extension types in tkinter.
+
- Issue #8112: xlmrpc.server's DocXMLRPCServer server no longer raises an error
if methods have annotations; it now correctly displays the annotations.