]> granicus.if.org Git - python/commit
bpo-32338: OrderedDict import is no longer needed in re. (GH-4891)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 11 Mar 2018 07:01:58 +0000 (23:01 -0800)
committerGitHub <noreply@github.com>
Sun, 11 Mar 2018 07:01:58 +0000 (23:01 -0800)
commit39441fce0218a3f51a80cf17aa179a32651a02f6
treedf0c5f53240f95493f53a3aef69975f414b62520
parent720a4b69c6b66ae5d6f447d5814bd204170c94b3
bpo-32338: OrderedDict import is no longer needed in re. (GH-4891)

(cherry picked from commit b931bd0a2fe7e9293339019352baf3317166b769)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/re.py