]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bugs fixed:
authorJim Fulton <jim@zope.com>
Sun, 22 Aug 2004 14:10:00 +0000 (14:10 +0000)
committerJim Fulton <jim@zope.com>
Sun, 22 Aug 2004 14:10:00 +0000 (14:10 +0000)
commit07a349c4eeda0a937367ea9a2eff9958c46b11e1
tree4b563ee7403637345e86211fc288da9d0c919011
parent8ffe9abd092794369a76330c6347387d0d8bf6ab
Bugs fixed:

  - Test filenames sometimes had trailing .pyc or .pyo sufixes
    (when module __file__ did).

  - Trailing spaces spaces in expected output were dropped.

New default failure format:

  - Separation of examples from file info makes examples easier to see

  - More vertical separation, improving readability

  - Emacs-recognized file info (also closer to Python exception format)
Lib/doctest.py
Lib/test/test_doctest.py