mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
clarify - restrict version mention to the trunk version
This commit is contained in:
parent
1bd1d858ae
commit
54a234a566
1 changed files with 6 additions and 6 deletions
|
|
@ -60,9 +60,9 @@ as a pseudo-host by that name.
|
||||||
Dictionary mapping macro names to string lists.
|
Dictionary mapping macro names to string lists.
|
||||||
\end{memberdesc}
|
\end{memberdesc}
|
||||||
|
|
||||||
\note{Versions of this module before 2.2.3 and 2.3 are very limited to a
|
\note{Passwords are limited to a subset of the ASCII character set.
|
||||||
subset of the ASCII character set for passwords. Starting with 2.2.3 and
|
Versions of this module prior to 2.3 were extremely limited. Starting with
|
||||||
2.3, ASCII punctuation is allowed in passwords. However, note that spaces
|
2.3, all ASCII punctuation is allowed in passwords. However, note that
|
||||||
and non-printable characters are not allowed in passwords. This is a
|
whitespace and non-printable characters are not allowed in passwords. This
|
||||||
limitation of the way the .netrc file is parsed and should be removed in the
|
is a limitation of the way the .netrc file is parsed and may be removed in
|
||||||
future.}
|
the future.}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue