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 | af8566c84783a9c5cea852a2e4e2e729be7cf5a8 (patch) | |
tree | 7b37fb960be9b95aa1758d24adcc52904b5fdb7f /Misc | |
parent | efbc4752781463dfb6a61baf6ce8b3c0bf3d5ee9 (diff) | |
download | cpython-af8566c84783a9c5cea852a2e4e2e729be7cf5a8.zip cpython-af8566c84783a9c5cea852a2e4e2e729be7cf5a8.tar.gz cpython-af8566c84783a9c5cea852a2e4e2e729be7cf5a8.tar.bz2 |
[issue19152] Add ExtensionFileLoader.get_filename().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -206,6 +206,8 @@ Library - Issue #19151: 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 |