diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-07-04 19:50:02 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-07-04 19:50:02 (GMT) |
commit | 6f18b987823773cf78fe46a2f92add81b951d0d8 (patch) | |
tree | 439c0509436f0e5fdbfed24b9a441fff4e63b8f0 /Doc/whatsnew | |
parent | 49d495fa257c6f60381945df10d71ba242b32a52 (diff) | |
download | cpython-6f18b987823773cf78fe46a2f92add81b951d0d8.zip cpython-6f18b987823773cf78fe46a2f92add81b951d0d8.tar.gz cpython-6f18b987823773cf78fe46a2f92add81b951d0d8.tar.bz2 |
Fix closes issue10403 - Let's not use members anymore.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.5.rst b/Doc/whatsnew/2.5.rst index c7f7d58..2825dd4 100644 --- a/Doc/whatsnew/2.5.rst +++ b/Doc/whatsnew/2.5.rst @@ -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) |