summaryrefslogtreecommitdiffstats
path: root/Doc/library/undoc.rst
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2016-09-05 22:11:23 (GMT)
committerLarry Hastings <larry@hastings.org>2016-09-05 22:11:23 (GMT)
commit10108a7b9affa61719a1dc1863edb2bdb3402fd1 (patch)
treef36ecf8b8a8974ac2e2659e97f6bd8a111149a29 /Doc/library/undoc.rst
parent8c21ab0ab92d7f10a7ada9d5f157ee69c9095e63 (diff)
downloadcpython-10108a7b9affa61719a1dc1863edb2bdb3402fd1.zip
cpython-10108a7b9affa61719a1dc1863edb2bdb3402fd1.tar.gz
cpython-10108a7b9affa61719a1dc1863edb2bdb3402fd1.tar.bz2
Issue #27355: Removed support for Windows CE. It was never finished,
and Windows CE is no longer a relevant platform for Python.
Diffstat (limited to 'Doc/library/undoc.rst')
-rw-r--r--Doc/library/undoc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst
index 20830e2..2444080 100644
--- a/Doc/library/undoc.rst
+++ b/Doc/library/undoc.rst
@@ -20,7 +20,7 @@ These modules are used to implement the :mod:`os.path` module, and are not
documented beyond this mention. There's little need to document these.
:mod:`ntpath`
- --- Implementation of :mod:`os.path` on Win32, Win64, and WinCE platforms.
+ --- Implementation of :mod:`os.path` on Win32 and Win64 platforms.
:mod:`posixpath`
--- Implementation of :mod:`os.path` on POSIX.