mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
(cherry picked from commit c8966667bb
)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
This commit is contained in:
parent
24a88b008b
commit
a169961dfc
1 changed files with 1 additions and 3 deletions
|
@ -108,9 +108,7 @@ approximately 32,000 characters. Your administrator will need to activate the
|
||||||
to ``1``.
|
to ``1``.
|
||||||
|
|
||||||
This allows the :func:`open` function, the :mod:`os` module and most other
|
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
|
path functionality to accept and return paths longer than 260 characters.
|
||||||
using strings. (Use of bytes as paths is deprecated on Windows, and this feature
|
|
||||||
is not available when using bytes.)
|
|
||||||
|
|
||||||
After changing the above option, no further configuration is required.
|
After changing the above option, no further configuration is required.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue