]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
authorZackery Spytz <zspytz@gmail.com>
Mon, 1 Jun 2020 15:43:56 +0000 (09:43 -0600)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2020 15:43:56 +0000 (16:43 +0100)
Doc/using/windows.rst

index 97e9cdfeb09396c79a10b485b76ec842365dae1f..b95a43c853c288fa65297fade9663a3ccc68836f 100644 (file)
@@ -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.