mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
f3466bc040
* Support for conversion specifiers o (octal) and X (uppercase hexadecimal). * Support for length modifiers j (intmax_t) and t (ptrdiff_t). * Length modifiers are now applied to all integer conversions. * Support for wchar_t C strings (%ls and %lV). * Support for variable width and precision (*). * Support for flag - (left alignment).
Source files for various builtin objects