diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -203,6 +203,9 @@ Library - Issue #18405: Improve the entropy of crypt.mksalt(). +- Issue #19151: Fix docstring and use of _get_suppported_file_loaders() to + reflect 2-tuples. + - Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get docstrings and ValueError messages. Patch by Zhongyue Luo |