8000 [3.7] bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) by miss-islington · Pull Request #20575 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.7] bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) #20575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Doc/using/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
0