diff options
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/bytesobject.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/bytesobject.c b/Objects/bytesobject.c index 8dd1a2d..61cde0e 100644 --- a/Objects/bytesobject.c +++ b/Objects/bytesobject.c @@ -714,7 +714,6 @@ _PyBytes_FormatEx(const char *format, Py_ssize_t format_len, case ' ': flags |= F_BLANK; continue; case '#': flags |= F_ALT; continue; case '0': flags |= F_ZERO; continue; - case 'z': flags |= F_NO_NEG_0; continue; } break; } |