summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2013-10-03 21:03:29 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2013-10-03 21:03:29 (GMT)
commit5c4b4c530f19436112518bd5c27b22d592015b3e (patch)
tree63424c4fe49df46c767681be692995d445060d65 /Misc
parent48b42ecd0f95e837eabd1177e43b7abddeca825e (diff)
downloadcpython-5c4b4c530f19436112518bd5c27b22d592015b3e.zip
cpython-5c4b4c530f19436112518bd5c27b22d592015b3e.tar.gz
cpython-5c4b4c530f19436112518bd5c27b22d592015b3e.tar.bz2
[issue19152] Revert 832579dbafd6.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 896b250..5fa7695 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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