[Python-checkins] cpython: fix versionadded to 3.4
eli.bendersky
python-checkins at python.org
Sat Jan 12 23:02:53 CET 2013
http://hg.python.org/cpython/rev/72ddb250f058
changeset: 81469:72ddb250f058
user: Eli Bendersky <eliben at gmail.com>
date: Sat Jan 12 14:02:29 2013 -0800
summary:
fix versionadded to 3.4
files:
Doc/library/filecmp.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/filecmp.rst b/Doc/library/filecmp.rst
--- a/Doc/library/filecmp.rst
+++ b/Doc/library/filecmp.rst
@@ -166,7 +166,7 @@
.. attribute:: DEFAULT_IGNORES
- .. versionadded:: 3.3
+ .. versionadded:: 3.4
List of directories ignored by :class:`dircmp` by default.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list