summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.5.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-04 18:28:30 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-07-04 18:28:30 (GMT)
commita6bac95a3c6eb926d3eded04e4b04a1d552053d1 (patch)
tree8d12149fdb2dcbdcf4461af934f89ddee5fb1e28 /Doc/whatsnew/2.5.rst
parentbfd1edd15541ff3d8ea89385faecdbcbba1a9773 (diff)
downloadcpython-a6bac95a3c6eb926d3eded04e4b04a1d552053d1.zip
cpython-a6bac95a3c6eb926d3eded04e4b04a1d552053d1.tar.gz
cpython-a6bac95a3c6eb926d3eded04e4b04a1d552053d1.tar.bz2
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
Diffstat (limited to 'Doc/whatsnew/2.5.rst')
-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 79d8ad2..ff599c8 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)