8000 bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) · python/cpython@c896666 · GitHub
[go: up one dir, main page]

Skip to content

Commit c896666

Browse files
authored
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
1 parent 3026cad commit c896666

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/using/windows.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ approximately 32,000 characters. Your administrator will need to activate the
108108
to ``1``.
109109

110110
This allows the :func:`open` function, the :mod:`os` module and most other
111-
path functionality to accept and return paths longer than 260 characters when
112-
using strings. (Use of bytes as paths is deprecated on Windows, and this feature
113-
is not available when using bytes.)
111+
path functionality to accept and return paths longer than 260 characters.
114112

115113
After changing the above option, no further configuration is required.
116114

0 commit comments

Comments
 (0)
0