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
This commit is contained in:
Martin Panter 2016-02-08 01:34:09 +00:00
parent b6213c5664
commit d5db14794b
9 changed files with 31 additions and 29 deletions

View file

@ -620,7 +620,7 @@ Traceback
*limit* is set, only format the *limit* most recent frames.
Similar to the :func:`traceback.format_tb` function, except that
:meth:`format` does not include newlines.
:meth:`.format` does not include newlines.
Example::