mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix quoting.
This commit is contained in:
parent
32ddbf7fab
commit
5011d0c683
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Library
|
|||
``codecs.StreamReader.readlines()`` have a new argument ``keepends``.
|
||||
Trailing "\n"s will be stripped from the lines if ``keepends`` is false.
|
||||
|
||||
- ``doctest.master was`` put back in, and ``doctest.testmod()`` once again
|
||||
- ``doctest.master`` was put back in, and ``doctest.testmod()`` once again
|
||||
updates it. This isn't good, because every ``testmod()`` call
|
||||
contributes to bloating the "hidden" state of ``doctest.master``, but
|
||||
some old code apparently relies on it. For now, all we can do is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue