mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Merge 3.3.
This commit is contained in:
commit
8d90e383a3
5 changed files with 64 additions and 16 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue