commit | 00f19eff3ed71ebe867591f09fd744bbdcd58b91 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Mon Feb 08 01:34:09 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Mon Feb 08 01:34:09 2016 +0000 |
tree | e6df1f31a91e16d0d5b0045aefa80aacca58840e | |
parent | 9c61f2e45b1b1e0c1e6c8c308c8b6ad8f0e05426 [diff] |
Issue #25179: Preparatory cleanup of existing docs on string formatting * There was a link pointing to the section on the string.Formatter class (and multiple links in Python 3), 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 in Python 3; see Issue #19729 for instance