Merge 3.3.

This commit is contained in:
Stefan Krah 2013-05-29 15:47:24 +02:00
commit 8d90e383a3
5 changed files with 64 additions and 16 deletions

View file

@ -6138,7 +6138,7 @@ _parse_format_specifier_regex = re.compile(r"""\A
(?:\.(?P<precision>0|(?!0)\d+))?
(?P<type>[eEfFgGn%])?
\Z
""", re.VERBOSE)
""", re.VERBOSE|re.DOTALL)
del re