cpython/Doc/tutorial
Inada Naoki 614420df97
gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)
2022-05-02 17:25:05 +09:00
..
appendix.rst
appetite.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
classes.rst Fix the output of built-in iter() function example in Iterators (Section 9.8) of The Python Tutorial (GH-30110) 2021-12-16 18:40:12 +08:00
controlflow.rst docs: Don't use code formatting for emphasis (GH-30519) 2022-03-07 20:14:47 -08:00
datastructures.rst gh-85757: Change wording from nested to inner (GH-91811) 2022-04-30 15:12:33 -07:00
errors.rst gh-89770: [PEP-678] add exception notes to tutorial (GH-30441) 2022-04-20 13:43:10 +01:00
floatingpoint.rst [doc] Enhance readability by avoiding big blocks for small numbers. (GH-31157) 2022-02-06 13:44:04 +01:00
index.rst
inputoutput.rst gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778) 2022-05-02 17:25:05 +09:00
interactive.rst
interpreter.rst
introduction.rst bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) 2021-10-21 12:19:20 +02:00
modules.rst gh-91541: Fix error in example in modules tutorial (#91634) 2022-04-17 14:17:04 -07:00
stdlib.rst Follow PEP-8 guidelines in tutorial for standard library (GH-26127) 2022-04-03 15:31:03 -07:00
stdlib2.rst
venv.rst bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003) 2022-04-09 14:37:01 -04:00
whatnow.rst