Browse Source

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

pull/19473/head
Zackery Spytz 6 years ago
committed by GitHub
parent
commit
c8966667bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Doc/using/windows.rst

4
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.

Loading…
Cancel
Save