summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-04 19:50:02 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-07-04 19:50:02 (GMT)
commit6f18b987823773cf78fe46a2f92add81b951d0d8 (patch)
tree439c0509436f0e5fdbfed24b9a441fff4e63b8f0 /Doc/whatsnew
parent49d495fa257c6f60381945df10d71ba242b32a52 (diff)
downloadcpython-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.rst2
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)