commit | 056cb93e7accc6cd21d7bec9d25a8d36b16dbb4a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Jul 29 17:16:10 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Jul 29 17:16:10 2010 +0000 |
tree | fd95816c3949b3fb737d0cb8f824850063e2027b | |
parent | 1cec3e367c4cdead47eff7ec1f3d65c342daf92f [diff] [blame] |
#6630: allow customizing flags for compiling string.Template.idpattern.
diff --git a/Misc/NEWS b/Misc/NEWS index 25b4798..26a5599 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -475,6 +475,9 @@ 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.