summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-08-10 22:17:13 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-08-10 22:17:13 (GMT)
commit7608b607b1b40353a01da15ff6b2240539446a09 (patch)
treee9005dd8db7e0740064f1364a74ef230ef10d907 /Misc/NEWS
parenta594c63d662ca96da44043578fd78cadfe562b5a (diff)
downloadcpython-7608b607b1b40353a01da15ff6b2240539446a09.zip
cpython-7608b607b1b40353a01da15ff6b2240539446a09.tar.gz
cpython-7608b607b1b40353a01da15ff6b2240539446a09.tar.bz2
Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
docstrings and ValueError messages. Patch by Zhongyue Luo
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 db8a418..4401418 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,9 @@ Core and Builtins
Library
-------
+- Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
+ docstrings and ValueError messages. Patch by Zhongyue Luo
+
- Issue #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).
- Issue #8112: xlmrpc.server's DocXMLRPCServer server no longer raises an error