mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Merged revisions 71802 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71802 | eric.smith | 2009-04-22 12:20:47 -0400 (Wed, 22 Apr 2009) | 1 line Fixed issue 5782: formatting with commas didn't work if no specifier type code was given. ........
This commit is contained in:
parent
4738470402
commit
937491d1a9
2 changed files with 7 additions and 0 deletions
|
@ -248,6 +248,7 @@ parse_internal_render_format_spec(STRINGLIB_CHAR *format_spec,
|
|||
case 'G':
|
||||
case '%':
|
||||
case 'F':
|
||||
case '\0':
|
||||
/* These are allowed. See PEP 378.*/
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue