Josh Rosenberg <shadowranger+pyt...@gmail.com> added the comment:

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.

----------
nosy: +josh.r

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33229>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to