summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-08-19 21:45:40 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-08-19 21:45:40 (GMT)
commit749bd42072c3ecf04be3e38ca479e48692bbfd7e (patch)
tree0471849a785ec2bc5df6f60497cebaf66d790051 /Misc
parent8528c3145e5856a88199f07e155b3c75710cc2a1 (diff)
parente56bf97ef4283a877c459390516bb7385e8e4ec4 (diff)
downloadcpython-749bd42072c3ecf04be3e38ca479e48692bbfd7e.zip
cpython-749bd42072c3ecf04be3e38ca479e48692bbfd7e.tar.gz
cpython-749bd42072c3ecf04be3e38ca479e48692bbfd7e.tar.bz2
Merge #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 9f16caf..bb893cf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,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.