]> granicus.if.org Git - python/commitdiff
Merge heads
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 10 Aug 2013 22:33:37 +0000 (18:33 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 10 Aug 2013 22:33:37 +0000 (18:33 -0400)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index dededc7df27b8ef37991eb709d60c93d592626af,1bbb17e29fbb02561ae992620d8689bad68a73e1..75c832ceb1cc81fc7d4a29d3c9c28b0063208620
+++ b/Misc/NEWS
@@@ -24,9 -24,8 +24,11 @@@ Core and Builtin
  Library
  -------
  
 +- Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
 +  docstrings and ValueError messages. Patch by Zhongyue Luo
 +
+ - 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.