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 rhettinger
Recipients docs@python, jessevsilverman, rhettinger
Date 2021-01-28.06:16:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611814565.11.0.309503653736.issue43034@roundup.psfhosted.org>
In-reply-to
Content
The first section of the tutorial isn't the right place to go into these details.  The point of the section is to have a basic introduction to the interactive prompt.  It is intensionally gentle and lightweight.

It isn't the purpose of the tutorial to document complete semantics and corner cases.  We leave that for the language reference or for coverage of specific types in the library reference.  See footnote (1) in the operator table at https://docs.python.org/3/library/stdtypes.html#numeric-types-int-float-complex .
History
Date User Action Args
2021-01-28 06:16:05rhettingersetrecipients: + rhettinger, docs@python, jessevsilverman
2021-01-28 06:16:05rhettingersetmessageid: <1611814565.11.0.309503653736.issue43034@roundup.psfhosted.org>
2021-01-28 06:16:05rhettingerlinkissue43034 messages
2021-01-28 06:16:05rhettingercreate