| commit | c3c112da6bf2e9bbf78a9fa382deb5a5441f1a6e | [log] [tgz] |
|---|---|---|
| author | Mark Dickinson <dickinsm@gmail.com> | Mon Sep 07 16:19:35 2009 +0000 |
| committer | Mark Dickinson <dickinsm@gmail.com> | Mon Sep 07 16:19:35 2009 +0000 |
| tree | 8181a2e90b4a8edbd884f203ef61282bbb5dc301 | |
| parent | 02a9ce3edb32938b52dce6374341d03ef258bdf7 [diff] |
Merged revisions 74704 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74704 | mark.dickinson | 2009-09-07 17:17:41 +0100 (Mon, 07 Sep 2009) | 3 lines Issue #6850: Fix bug in Decimal._parse_format_specifier for formats with no type specifier. ........