cpython/Doc/tutorial
Vivek Vashist c5d18a5014
Fix the output of built-in iter() function example in Iterators (Section 9.8) of The Python Tutorial (GH-30110)
Updated the output for it=iter(s) from <iterator object at 0x00A1DB50> to <str_iterator object at 0x10c90e650>
2021-12-16 18:40:12 +08: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 bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079) 2021-12-14 23:04:29 +08:00
datastructures.rst bpo-43325: Add FAQ entry for identity tests (GH-25168) 2021-04-03 19:54:49 -07:00
errors.rst bpo-44966: Fix out-of-date traceback message (GH-27867) 2021-08-21 13:59:18 -05:00
floatingpoint.rst bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896) 2021-12-02 14:24:25 -06:00
index.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
inputoutput.rst bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411) 2021-05-18 14:56:01 -07:00
interactive.rst
interpreter.rst Python 3.11.0a0 2021-05-03 21:25:35 +01:00
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 bpo-38623: Add note about site module (site-packages) (GH-16974) 2021-09-23 23:39:58 +02:00
stdlib.rst Python 3.11.0a0 2021-05-03 21:25:35 +01:00
stdlib2.rst Python 3.11.0a0 2021-05-03 21:25:35 +01:00
venv.rst bpo-45442: Add deactivate step to venv tutorial. (GH-28981) 2021-10-15 14:24:25 -07:00
whatnow.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00