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 iritkatriel
Recipients aliles, docs@python, iritkatriel, r.david.murray, santoso.wijaya, tebeka
Date 2021-04-22.00:10:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619050236.44.0.214891620076.issue12403@roundup.psfhosted.org>
In-reply-to
Content
The patch for the code module doc needs to be converted into a github PR.

A new patch is needed for the compile builtin documentation: https://docs.python.org/3/library/functions.html#compile
This could be added at the end of the third paragraph, where it says that in 'single' mode non-None results are printed - clarify that sys.displayhook is used for that.

(See these unit tests for examples: https://github.com/python/cpython/blob/09b90a037d18f5d4acdf1b14082e57bda78e85d3/Lib/test/test_sys.py#L26)
History
Date User Action Args
2021-04-22 00:10:36iritkatrielsetrecipients: + iritkatriel, tebeka, r.david.murray, santoso.wijaya, docs@python, aliles
2021-04-22 00:10:36iritkatrielsetmessageid: <1619050236.44.0.214891620076.issue12403@roundup.psfhosted.org>
2021-04-22 00:10:36iritkatriellinkissue12403 messages
2021-04-22 00:10:36iritkatrielcreate