summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-20 09:11:30 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-20 09:11:30 (GMT)
commit135bf209ac9a44244a97fd3bf5ff638a320e1a43 (patch)
treeb0912eb04fc621f020989effe751256d5502f3b9 /Doc
parentfdab48ea2fd2f9e89c56adb4c154beff307d34cb (diff)
downloadcpython-135bf209ac9a44244a97fd3bf5ff638a320e1a43.zip
cpython-135bf209ac9a44244a97fd3bf5ff638a320e1a43.tar.gz
cpython-135bf209ac9a44244a97fd3bf5ff638a320e1a43.tar.bz2
Remove versionadded tag.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/os.rst2
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)