mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -1459,7 +1459,7 @@ complete list of changes, or look through the SVN logs for all the details.
|
|||
|
||||
On FreeBSD, the :func:`os.stat` function now returns times with nanosecond
|
||||
resolution, and the returned object now has :attr:`st_gen` and
|
||||
:attr:`st_birthtime`. The :attr:`st_flags` member is also available, if the
|
||||
:attr:`st_birthtime`. The :attr:`st_flags` attribute is also available, if the
|
||||
platform supports it. (Contributed by Antti Louko and Diego Pettenò.)
|
||||
|
||||
.. (Patch 1180695, 1212117)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue