Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a80a2c8e
Commit
a80a2c8e
authored
Sep 26, 2004
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated doctest doc news.
parent
05b05feb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Misc/NEWS
Misc/NEWS
+4
-1
No files found.
Misc/NEWS
View file @
a80a2c8e
...
...
@@ -67,12 +67,15 @@ Library
``codecs.StreamReader.readlines()`` have a new argument ``keepends``.
Trailing "\n"s will be stripped from the lines if ``keepends`` is false.
- The documentation for doctest is greatly expanded, and now covers all
the new public features (of which there are many).
- ``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
encourage
people
to
stitch
doctests
together
via
doctest
's unittest
integration features instead.
It would help if those were documented.
integration features instead.
- httplib now handles ipv6 address/port pairs.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment