diff options
author | Georg Brandl <georg@python.org> | 2008-01-20 09:11:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-20 09:11:30 (GMT) |
commit | 135bf209ac9a44244a97fd3bf5ff638a320e1a43 (patch) | |
tree | b0912eb04fc621f020989effe751256d5502f3b9 /Doc/library | |
parent | fdab48ea2fd2f9e89c56adb4c154beff307d34cb (diff) | |
download | cpython-135bf209ac9a44244a97fd3bf5ff638a320e1a43.zip cpython-135bf209ac9a44244a97fd3bf5ff638a320e1a43.tar.gz cpython-135bf209ac9a44244a97fd3bf5ff638a320e1a43.tar.bz2 |
Remove versionadded tag.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/os.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 66316dd..294da5e 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -389,8 +389,6 @@ by file descriptors. except OSError: pass - .. versionadded:: 2.6 - .. function:: device_encoding(fd) |