diff options
author | Tim Golden <mail@timgolden.me.uk> | 2012-11-06 13:50:42 (GMT) |
---|---|---|
committer | Tim Golden <mail@timgolden.me.uk> | 2012-11-06 13:50:42 (GMT) |
commit | 8f323d9aca1f9de2266684d5bc9ef0b15e786115 (patch) | |
tree | 46e704bd9cdbff525c45591ea6c1f204a9859c28 /Misc/NEWS | |
parent | 10ffea887c5e1e46d63cd25c45bd3a7dd39de2cc (diff) | |
download | cpython-8f323d9aca1f9de2266684d5bc9ef0b15e786115.zip cpython-8f323d9aca1f9de2266684d5bc9ef0b15e786115.tar.gz cpython-8f323d9aca1f9de2266684d5bc9ef0b15e786115.tar.bz2 |
issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #9584: glob.glob now expands braces to a list of strings. + Original patch by Mathieu Bridon. + - Issue #8271: the utf-8 decoder now outputs the correct number of U+FFFD characters when used with the 'replace' error handler on invalid utf-8 sequences. Patch by Serhiy Storchaka, tests by Ezio Melotti. |