summaryrefslogtreecommitdiffstats
path: root/Lib/decimal.py
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2013-05-29 13:47:24 (GMT)
committerStefan Krah <skrah@bytereef.org>2013-05-29 13:47:24 (GMT)
commit8d90e383a3517a13d752625231584967397d8ba2 (patch)
treee3611a5db7631fa3865c3d4b36ed7637406dc52c /Lib/decimal.py
parent6b3026ce7299056a3f10b25426cda34d771857ac (diff)
parent6edda14b2968ca07b94a2fdde4dd43215222fcd8 (diff)
downloadcpython-8d90e383a3517a13d752625231584967397d8ba2.zip
cpython-8d90e383a3517a13d752625231584967397d8ba2.tar.gz
cpython-8d90e383a3517a13d752625231584967397d8ba2.tar.bz2
Merge 3.3.
Diffstat (limited to 'Lib/decimal.py')
-rw-r--r--Lib/decimal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/decimal.py b/Lib/decimal.py
index 25f8fbc..d39ac1d 100644
--- a/Lib/decimal.py
+++ b/Lib/decimal.py
@@ -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