summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTim Golden <mail@timgolden.me.uk>2012-11-06 13:50:42 (GMT)
committerTim Golden <mail@timgolden.me.uk>2012-11-06 13:50:42 (GMT)
commit8f323d9aca1f9de2266684d5bc9ef0b15e786115 (patch)
tree46e704bd9cdbff525c45591ea6c1f204a9859c28 /Misc/NEWS
parent10ffea887c5e1e46d63cd25c45bd3a7dd39de2cc (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5ac9ec2..ee70670 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.