]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed using deprecated escaping in regular expression in _strptime.py (issue23622).
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 23:21:50 +0000 (01:21 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 23:21:50 +0000 (01:21 +0200)
commit15fa1c4ade79060e340a656e1f69c70ebe355171
tree78f47f3f1551468932291b8706bda8249c3491aa
parent8be6be427d7af54cd2dcc5f7c8f73ec2a1e2dfcc
Fixed using deprecated escaping in regular expression in _strptime.py (issue23622).
Lib/_strptime.py
Lib/sre_parse.py