summaryrefslogtreecommitdiffstats
path: root/Doc/library/msvcrt.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-05 20:11:13 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-05 20:11:13 (GMT)
commit54fab8136e3094061be0bf5b3126957e9a4f922b (patch)
tree5dc756419d89cb6392cef61ac3c9100230914f78 /Doc/library/msvcrt.rst
parentc2155835b49261c7f755774a16d6576c904395ec (diff)
downloadcpython-54fab8136e3094061be0bf5b3126957e9a4f922b.zip
cpython-54fab8136e3094061be0bf5b3126957e9a4f922b.tar.gz
cpython-54fab8136e3094061be0bf5b3126957e9a4f922b.tar.bz2
Remove versionadded/changed directives merged as an oversight.
Diffstat (limited to 'Doc/library/msvcrt.rst')
-rw-r--r--Doc/library/msvcrt.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/library/msvcrt.rst b/Doc/library/msvcrt.rst
index a305788..678ba7a 100644
--- a/Doc/library/msvcrt.rst
+++ b/Doc/library/msvcrt.rst
@@ -103,8 +103,6 @@ Console I/O
Wide char variant of :func:`getch`, returning a Unicode value.
- .. versionadded:: 2.6
-
.. function:: getche()
@@ -116,8 +114,6 @@ Console I/O
Wide char variant of :func:`getche`, returning a Unicode value.
- .. versionadded:: 2.6
-
.. function:: putch(char)
@@ -128,8 +124,6 @@ Console I/O
Wide char variant of :func:`putch`, accepting a Unicode value.
- .. versionadded:: 2.6
-
.. function:: ungetch(char)
@@ -141,8 +135,6 @@ Console I/O
Wide char variant of :func:`ungetch`, accepting a Unicode value.
- .. versionadded:: 2.6
-
.. _msvcrt-other: