diff options
author | Raymond Hettinger <python@rcn.com> | 2009-04-09 00:08:24 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-04-09 00:08:24 (GMT) |
commit | 35a88363a5a76872699763bef51e7ef628b855e9 (patch) | |
tree | 8f1ce8e9f9afe9d2d71995887955b3b201df6613 /Doc/library/io.rst | |
parent | 2a39e0f98e915a6c53dce051a0fc02e5fd25f018 (diff) | |
download | cpython-35a88363a5a76872699763bef51e7ef628b855e9.zip cpython-35a88363a5a76872699763bef51e7ef628b855e9.tar.gz cpython-35a88363a5a76872699763bef51e7ef628b855e9.tar.bz2 |
Update whatsnew based on doc search.
Diffstat (limited to 'Doc/library/io.rst')
-rw-r--r-- | Doc/library/io.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 9e4161a..c839691 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -279,7 +279,7 @@ I/O Base Classes Return the new absolute position. - .. versionadded:: 2.7 + .. versionadded:: 3.1 The ``SEEK_*`` constants .. method:: seekable() |