diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-08-10 22:17:13 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-08-10 22:17:13 (GMT) |
commit | 7608b607b1b40353a01da15ff6b2240539446a09 (patch) | |
tree | e9005dd8db7e0740064f1364a74ef230ef10d907 /Misc/NEWS | |
parent | a594c63d662ca96da44043578fd78cadfe562b5a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |