[Python-checkins] bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)

Miss Islington (bot) webhook-mailer at python.org
Mon Jun 1 11:53:43 EDT 2020


https://github.com/python/cpython/commit/d7f2fd2ae54161362c7f3d28bd7a1840a796e63d
commit: d7f2fd2ae54161362c7f3d28bd7a1840a796e63d
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-06-01T08:53:39-07:00
summary:

bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)

(cherry picked from commit c8966667bbdb284c3780ef6cec8a3870935a6bb7)

Co-authored-by: Zackery Spytz <zspytz at gmail.com>

files:
M Doc/using/windows.rst

diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index f5dddb5a37af8..819d3e8307498 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.
 



More information about the Python-checkins mailing list