cpython/Doc/tutorial
Martin Panter d5db14794b 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
2016-02-08 01:34:09 +00:00
..
appendix.rst
appetite.rst
classes.rst
controlflow.rst
datastructures.rst
errors.rst
floatingpoint.rst
index.rst
inputoutput.rst #26001: mention in the tutorial that files in binary mode expect bytes, not str. 2016-01-12 11:27:30 +02:00
interactive.rst
interpreter.rst
introduction.rst Issue #25179: Preparatory cleanup of existing docs on string formatting 2016-02-08 01:34:09 +00:00
modules.rst Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload. 2016-01-16 18:43:24 -08:00
stdlib.rst
stdlib2.rst
venv.rst
whatnow.rst