summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2020-06-01 15:43:56 (GMT)
committerGitHub <noreply@github.com>2020-06-01 15:43:56 (GMT)
commitc8966667bbdb284c3780ef6cec8a3870935a6bb7 (patch)
tree240ff2ced38ebbb81ebacc95fb984493b6cc9a5c /Doc/using
parent3026cad59b87751a9215111776cac8e819458fce (diff)
downloadcpython-c8966667bbdb284c3780ef6cec8a3870935a6bb7.zip
cpython-c8966667bbdb284c3780ef6cec8a3870935a6bb7.tar.gz
cpython-c8966667bbdb284c3780ef6cec8a3870935a6bb7.tar.bz2
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/windows.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 97e9cdf..b95a43c 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -108,9 +108,7 @@ approximately 32,000 characters. Your administrator will need to activate the
to ``1``.
This allows the :func:`open` function, the :mod:`os` module and most other
-path functionality to accept and return paths longer than 260 characters when
-using strings. (Use of bytes as paths is deprecated on Windows, and this feature
-is not available when using bytes.)
+path functionality to accept and return paths longer than 260 characters.
After changing the above option, no further configuration is required.