cpython/Doc/tutorial
Adorilson Bezerra eaca2aa117
Improve IO tutorial's "Old string formatting" section (GH-16251)
* Use a more universal explanation of string interpolation rather than specifically referencing sprintf(), which depends on the reader having a C background.


Co-authored-by: Kyle Stanley <aeros167@gmail.com>
2020-05-27 21:34:01 -04:00
..
appendix.rst
appetite.rst
classes.rst bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) 2020-03-10 07:17:40 -07:00
controlflow.rst bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992) 2020-05-22 21:29:34 -03:00
datastructures.rst bpo-39705 : sorted() tutorial example under looping techniques improved (GH-18999) 2020-05-17 18:32:34 -07:00
errors.rst Change 'exception happened' to 'exception occurred' in two places (#19767) 2020-04-30 21:30:10 -07:00
floatingpoint.rst
index.rst
inputoutput.rst Improve IO tutorial's "Old string formatting" section (GH-16251) 2020-05-27 21:34:01 -04:00
interactive.rst
interpreter.rst Python 3.10.0a0 (GH-20198) 2020-05-19 03:33:01 +01:00
introduction.rst
modules.rst
stdlib.rst Python 3.10.0a0 (GH-20198) 2020-05-19 03:33:01 +01:00
stdlib2.rst Python 3.10.0a0 (GH-20198) 2020-05-19 03:33:01 +01:00
venv.rst
whatnow.rst