]> granicus.if.org Git - python/commit
Drop the excruciating newline requirements on arguments to
authorTim Peters <tim.peters@gmail.com>
Mon, 9 Aug 2004 03:51:46 +0000 (03:51 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 9 Aug 2004 03:51:46 +0000 (03:51 +0000)
commitbb43147312dd030e0551b6aa34f338fcba7a055c
tree8b5beb7d01a904f0d675c1375f226041a665fd4a
parentdd0e4752977b807ad02e0d47123ace3f2ef89edc
Drop the excruciating newline requirements on arguments to
Example.__init__.  The constructor now adds trailing newlines when
needed, and no longer distinguishes between multi- and single-line
cases for source.
Lib/doctest.py
Lib/test/test_doctest.py