mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Remove versionadded accidentally introduced by r82008.
This commit is contained in:
parent
a7a1572097
commit
17c371ca30
1 changed files with 0 additions and 4 deletions
|
@ -325,10 +325,6 @@ The fine print:
|
|||
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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue