[Python-checkins] r82016 - in python/branches/release31-maint: Doc/library/doctest.rst

r.david.murray python-checkins at python.org
Wed Jun 16 14:57:52 CEST 2010


Author: r.david.murray
Date: Wed Jun 16 14:57:52 2010
New Revision: 82016

Log:
Merged revisions 82015 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82015 | r.david.murray | 2010-06-16 08:56:31 -0400 (Wed, 16 Jun 2010) | 2 lines
  
  Remove versionadded accidentally introduced by r82008.
........


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Doc/library/doctest.rst

Modified: python/branches/release31-maint/Doc/library/doctest.rst
==============================================================================
--- python/branches/release31-maint/Doc/library/doctest.rst	(original)
+++ python/branches/release31-maint/Doc/library/doctest.rst	Wed Jun 16 14:57:52 2010
@@ -325,10 +325,6 @@
   error prone way of handling them.  It is possible to use a different
   algorithm for handling tabs by writing a custom :class:`DocTestParser` class.
 
-  .. versionchanged:: 2.4
-     Expanding tabs to spaces is new; previous versions tried to preserve hard tabs,
-     with confusing results.
-
 * Output to stdout is captured, but not output to stderr (exception tracebacks
   are captured via a different means).
 


More information about the Python-checkins mailing list