diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2013-10-03 18:08:55 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2013-10-03 18:08:55 (GMT) |
commit | 51794455208e182f5f2e3ca1174b1361c46f8e04 (patch) | |
tree | 608221b74457018c1030908c7bf83a5afaa52b37 /Misc/NEWS | |
parent | e8bbfebee01634ad0d3c903b54343d050f452b49 (diff) | |
download | cpython-51794455208e182f5f2e3ca1174b1361c46f8e04.zip cpython-51794455208e182f5f2e3ca1174b1361c46f8e04.tar.gz cpython-51794455208e182f5f2e3ca1174b1361c46f8e04.tar.bz2 |
[issue19152] Add ExtensionFileLoader.get_filename().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -361,6 +361,8 @@ Library - Issue #19951: Fix docstring and use of _get_suppported_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 |