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 josh.r
Recipients Mikhail Zakharov, docs@python, josh.r
Date 2018-04-05.13:41:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522935666.96.0.682650639539.issue33229@psf.upfronthosting.co.za>
In-reply-to
Content
As indicated in the seek docs ( https://docs.python.org/3/library/io.html#io.IOBase.seek ), all three names were added to the io module in 3.1:

> New in version 3.1: The SEEK_* constants.

Since they're part of the io module too, there is no need to qualify them on the io module docs page.

They're available in os as well, but you don't need to import it to use them. The OS specific addition position flags are explicitly documented to be found on the os module.
History
Date User Action Args
2018-04-05 13:41:07josh.rsetrecipients: + josh.r, docs@python, Mikhail Zakharov
2018-04-05 13:41:06josh.rsetmessageid: <1522935666.96.0.682650639539.issue33229@psf.upfronthosting.co.za>
2018-04-05 13:41:06josh.rlinkissue33229 messages
2018-04-05 13:41:06josh.rcreate