mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #19795: Improved markup of True/False constants.
This commit is contained in:
commit
0e90e99188
44 changed files with 93 additions and 87 deletions
|
@ -82,7 +82,7 @@ The module itself defines the following classes:
|
|||
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
*usenetrc* is now False by default.
|
||||
*usenetrc* is now ``False`` by default.
|
||||
|
||||
.. versionchanged:: 3.3
|
||||
Support for the :keyword:`with` statement was added.
|
||||
|
@ -216,7 +216,7 @@ tuples or objects that the method normally returns will be empty.
|
|||
.. method:: NNTP.login(user=None, password=None, usenetrc=True)
|
||||
|
||||
Send ``AUTHINFO`` commands with the user name and password. If *user*
|
||||
and *password* are None and *usenetrc* is True, credentials from
|
||||
and *password* are None and *usenetrc* is true, credentials from
|
||||
``~/.netrc`` will be used if possible.
|
||||
|
||||
Unless intentionally delayed, login is normally performed during the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue