mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
d5db14794b
* Various sections were pointing to the section on the string.Formatter class, when the section on the common format string syntax is probably more appropriate * Fix references to various format() functions and methods * Nested replacement fields may contain conversions and format specifiers, and this is tested; see Issue #19729 for instance