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 andrei.avk
Recipients andrei.avk, docs@python, lisroach
Date 2021-08-01.17:07:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627837627.5.0.956869541634.issue42038@roundup.psfhosted.org>
In-reply-to
Content
I agree that the doc is wrong; I've put up the tiny PR here:
https://github.com/python/cpython/pull/27529/files

Note that linecache.getline() returns line with \n but is then .strip()'ed.
History
Date User Action Args
2021-08-01 17:07:07andrei.avksetrecipients: + andrei.avk, docs@python, lisroach
2021-08-01 17:07:07andrei.avksetmessageid: <1627837627.5.0.956869541634.issue42038@roundup.psfhosted.org>
2021-08-01 17:07:07andrei.avklinkissue42038 messages
2021-08-01 17:07:07andrei.avkcreate