summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-29 17:16:10 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-29 17:16:10 (GMT)
commit056cb93e7accc6cd21d7bec9d25a8d36b16dbb4a (patch)
treefd95816c3949b3fb737d0cb8f824850063e2027b /Misc
parent1cec3e367c4cdead47eff7ec1f3d65c342daf92f (diff)
downloadcpython-056cb93e7accc6cd21d7bec9d25a8d36b16dbb4a.zip
cpython-056cb93e7accc6cd21d7bec9d25a8d36b16dbb4a.tar.gz
cpython-056cb93e7accc6cd21d7bec9d25a8d36b16dbb4a.tar.bz2
#6630: allow customizing flags for compiling string.Template.idpattern.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 25b4798..26a5599 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -475,6 +475,9 @@ C-API
Library
-------
+- Issue #6630: Allow customizing regex flags when subclassing the
+ string.Template class.
+
- Issue #9411: Allow specifying an encoding for config files in the
configparser module.