]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25179: Preparatory cleanup of existing docs on string formatting
authorMartin Panter <vadmium+py@gmail.com>
Mon, 8 Feb 2016 01:34:09 +0000 (01:34 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Mon, 8 Feb 2016 01:34:09 +0000 (01:34 +0000)
commit00f19eff3ed71ebe867591f09fd744bbdcd58b91
treee6df1f31a91e16d0d5b0045aefa80aacca58840e
parent9c61f2e45b1b1e0c1e6c8c308c8b6ad8f0e05426
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
Doc/library/datetime.rst
Doc/library/pprint.rst
Doc/library/string.rst
Doc/tools/susp-ignored.csv
Doc/tutorial/introduction.rst