]> granicus.if.org Git - python/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)
commitd5db14794bdeb4646ede5881aed43dd1838ffe7a
tree867cd7b301dd19e4db74e191281398ae40d00782
parentb6213c5664cf983ae67059a41520af1aaeeb52c3
Issue #25179: Preparatory cleanup of existing docs on string formatting

* 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
Doc/faq/programming.rst
Doc/library/datetime.rst
Doc/library/enum.rst
Doc/library/pprint.rst
Doc/library/stdtypes.rst
Doc/library/string.rst
Doc/library/tracemalloc.rst
Doc/tools/susp-ignored.csv
Doc/tutorial/introduction.rst