cpython/Doc/tutorial
Miss Islington (bot) 0dd32b52c7
gh-77521: Add link to builtin module names in modules tutorial (GH-92438)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 859250cc55)

Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
2022-05-08 12:50:28 -07:00
..
appendix.rst
appetite.rst
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 03:04:53 -08:00
controlflow.rst docs: Don't use code formatting for emphasis (GH-30519) 2022-03-07 20:35:54 -08:00
datastructures.rst
errors.rst bpo-34538: Remove Exception subclassing from tutorial (GH-30361) 2022-01-03 15:19:29 -08:00
floatingpoint.rst bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896) 2021-12-04 00:28:30 -05:00
index.rst
inputoutput.rst gh-85679: Recommend encoding="utf-8" in tutorial (GH-91778) 2022-05-02 01:45:45 -07:00
interactive.rst
interpreter.rst
introduction.rst bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) (GH-29120) 2021-10-21 14:42:10 +02:00
modules.rst gh-77521: Add link to builtin module names in modules tutorial (GH-92438) 2022-05-08 12:50:28 -07:00
stdlib.rst gh-92368: Fix missing possessive apostrophe (GH-92397) 2022-05-06 07:13:43 -07:00
stdlib2.rst
venv.rst
whatnow.rst