]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 10 Aug 2013 22:17:01 +0000 (18:17 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 10 Aug 2013 22:17:01 +0000 (18:17 -0400)
commitbb8114cbe633d8d66a595099d6680c8cf7f8abe5
tree6f2dff350f4f0f6bfbf7962a4725cec37f2438e3
parent0fd115650a9a5f4e4dcdbe360bc9e473a8900711
Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
docstrings and ValueError messages. Patch by Zhongyue Luo
Lib/Queue.py
Misc/ACKS
Misc/NEWS