mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
This commit is contained in:
parent
bfd1edd155
commit
a6bac95a3c
22 changed files with 127 additions and 125 deletions
|
|
@ -105,7 +105,7 @@ The :mod:`urllib.request` module defines the following functions:
|
|||
can be imported), :class:`HTTPSHandler` will also be added.
|
||||
|
||||
A :class:`BaseHandler` subclass may also change its :attr:`handler_order`
|
||||
member variable to modify its position in the handlers list.
|
||||
attribute to modify its position in the handlers list.
|
||||
|
||||
|
||||
.. function:: pathname2url(path)
|
||||
|
|
@ -536,7 +536,7 @@ intended for direct use:
|
|||
|
||||
Remove any parents.
|
||||
|
||||
The following members and methods should only be used by classes derived from
|
||||
The following attribute and methods should only be used by classes derived from
|
||||
:class:`BaseHandler`.
|
||||
|
||||
.. note::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue