summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-08-19 21:26:34 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-08-19 21:26:34 (GMT)
commite56bf97ef4283a877c459390516bb7385e8e4ec4 (patch)
treed175af7fff6eeacc8c58a7bdad0a0f546063b292 /Misc
parent828607170da3986af909defe99f956e5762e4dd0 (diff)
downloadcpython-e56bf97ef4283a877c459390516bb7385e8e4ec4.zip
cpython-e56bf97ef4283a877c459390516bb7385e8e4ec4.tar.gz
cpython-e56bf97ef4283a877c459390516bb7385e8e4ec4.tar.bz2
#13579: teach string.Formatter about 'a'.
Patch by Francisco Martín Brugué.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 52e297c..857a1615 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -104,6 +104,8 @@ Core and Builtins
Library
-------
+- Issue #13579: string.Formatter now understands the 'a' conversion specifier.
+
- Issue #15595: Fix subprocess.Popen(universal_newlines=True)
for certain locales (utf-16 and utf-32 family). Patch by Chris Jerdonek.