mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Consistency check for versionadded/changed directives.
This commit is contained in:
parent
9e25701e87
commit
67b21b7547
33 changed files with 129 additions and 114 deletions
|
@ -574,8 +574,8 @@ doctest decides whether actual output matches an example's expected output:
|
|||
changed in Python 2.4 to say "does not" instead of "doesn't".
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
:const:`IGNORE_EXCEPTION_DETAIL` now also ignores any information
|
||||
relating to the module containing the exception under test
|
||||
:const:`IGNORE_EXCEPTION_DETAIL` now also ignores any information relating
|
||||
to the module containing the exception under test.
|
||||
|
||||
|
||||
.. data:: SKIP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue