diff options
author | Georg Brandl <georg@python.org> | 2010-07-29 17:16:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-29 17:16:10 (GMT) |
commit | 056cb93e7accc6cd21d7bec9d25a8d36b16dbb4a (patch) | |
tree | fd95816c3949b3fb737d0cb8f824850063e2027b /Misc | |
parent | 1cec3e367c4cdead47eff7ec1f3d65c342daf92f (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |