cpython/Doc/tutorial
Miss Islington (bot) fb5d314da8
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>
(cherry picked from commit c5d18a5014)

Co-authored-by: Vivek Vashist <vivekvashist@gmail.com>
2021-12-16 03:00:58 -08: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:00:58 -08:00
controlflow.rst bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079) 2021-12-14 07:25:32 -08:00
datastructures.rst
errors.rst
floatingpoint.rst bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896) 2021-12-02 12:45:09 -08:00
index.rst
inputoutput.rst
interactive.rst
interpreter.rst
introduction.rst bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) (GH-29119) 2021-10-21 14:41:32 +02:00
modules.rst bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28536) 2021-09-24 00:48:06 +02:00
stdlib.rst
stdlib2.rst
venv.rst
whatnow.rst