]> granicus.if.org Git - python/commit
Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Sep 2013 18:25:53 +0000 (21:25 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Sep 2013 18:25:53 +0000 (21:25 +0300)
commit60bf0e4daa4a498d53c37dba93cf03dd0c1924e8
treeabad8bb113f031af764e23e4087344fb534a91a7
parentf1c1cd9b3b457feeab41123da6d0d9a0040727b4
Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3
and older binaries.
Lib/sre_compile.py
Lib/sre_constants.py
Lib/sre_parse.py
Misc/NEWS