gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
* 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).
S
Serhiy Storchaka committed
f3466bc04008660c4a5c3ed6f70144f138ae2e7f
Parent: 6ba8406
Committed by GitHub <noreply@github.com>
on 5/21/2023, 9:32:39 PM