commit | 5d6f5b629394066a5249af25cc01f1a1f0edc138 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Sep 27 20:02:58 2019 +0300 |
committer | GitHub <noreply@github.com> | Fri Sep 27 20:02:58 2019 +0300 |
tree | e59898fbfa8533ffab9fdc3ea55929e0cfab43bd | |
parent | 6693f730e0eb77d9453f73a3da33b78a97e996ee [diff] |
bpo-32820: Simplify __format__ implementation for ipaddress. (GH-16378) Also cache the compiled RE for parsing the format specifier.