mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fixed issue 5782: formatting with commas didn't work if no specifier type code was given.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user