This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jessevsilverman
Recipients docs@python, jessevsilverman, terry.reedy
Date 2021-01-29.22:11:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611958309.56.0.354672929063.issue43056@roundup.psfhosted.org>
In-reply-to
Content
Agreed with the exception that I'd like to review whether the forward reference to dict in the tutorial might be better suited to people working thru the tutorial than the current forward reference to the real docs.

I got to take a look at Eric Matthes' excellent "Python Crash Course".  He avoids this by treating function definitions only after introducing both tuples and dicts, rather than together with simple control flow within a function.  That would clearly be a re-org that is way out of scope of a bug report.

So, if someone compares the potential forward reference to the dict section of the tutorial rather than the current forward reference to the language reference in light of where the tutorial audience is expected to be at when reading this section, I am good with closing it.
History
Date User Action Args
2021-01-29 22:11:49jessevsilvermansetrecipients: + jessevsilverman, terry.reedy, docs@python
2021-01-29 22:11:49jessevsilvermansetmessageid: <1611958309.56.0.354672929063.issue43056@roundup.psfhosted.org>
2021-01-29 22:11:49jessevsilvermanlinkissue43056 messages
2021-01-29 22:11:49jessevsilvermancreate