diff options
author | Hynek Schlawack <hs@ox.cx> | 2012-12-16 11:44:07 (GMT) |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2012-12-16 11:44:07 (GMT) |
commit | 9ca589333844997713394b65dba9548c5887e750 (patch) | |
tree | b7209c7b6b8a72ada56e9b3429c33dd100af8ae9 /Misc/NEWS | |
parent | 040e3118267bda53b34e35470f7ef0f6dc40cfad (diff) | |
parent | dec59ec5ff9f48d1fe9bf8f5ff3874ef9f0f54ad (diff) | |
download | cpython-9ca589333844997713394b65dba9548c5887e750.zip cpython-9ca589333844997713394b65dba9548c5887e750.tar.gz cpython-9ca589333844997713394b65dba9548c5887e750.tar.bz2 |
#16664: Add regression tests for glob's behaviour concerning "."-entries
Patch by Sebastian Kreft.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -40,7 +40,7 @@ Core and Builtins - Issue #9535: Fix pending signals that have been received but not yet handled by Python to not persist after os.fork() in the child process. -- Issue #15001: fix segfault on "del sys.module['__main__']". Patch by Victor +- Issue #15001: fix segfault on "del sys.modules['__main__']". Patch by Victor Stinner. - Issue #8271: the utf-8 decoder now outputs the correct number of U+FFFD @@ -306,6 +306,9 @@ Library Tests ----- +- Issue #16664: Add regression tests for glob's behaviour concerning entries + starting with a ".". Patch by Sebastian Kreft. + - Issue #16559: Add more tests for the json module, including some from the official test suite at json.org. Patch by Serhiy Storchaka. |