diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2013-10-03 21:03:29 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2013-10-03 21:03:29 (GMT) |
commit | 5c4b4c530f19436112518bd5c27b22d592015b3e (patch) | |
tree | 63424c4fe49df46c767681be692995d445060d65 /Misc | |
parent | 48b42ecd0f95e837eabd1177e43b7abddeca825e (diff) | |
download | cpython-5c4b4c530f19436112518bd5c27b22d592015b3e.zip cpython-5c4b4c530f19436112518bd5c27b22d592015b3e.tar.gz cpython-5c4b4c530f19436112518bd5c27b22d592015b3e.tar.bz2 |
[issue19152] Revert 832579dbafd6.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -206,8 +206,6 @@ Library - Issue #19151: Fix docstring and use of _get_supported_file_loaders() to reflect 2-tuples. -- Issue #19152: Add ExtensionFileLoader.get_filename(). - - Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get docstrings and ValueError messages. Patch by Zhongyue Luo |