]> granicus.if.org Git - python/commit
Some nifty doctest extensions from Jim Fulton, currently used in Zope3.
authorTim Peters <tim.peters@gmail.com>
Sun, 29 Jun 2003 05:30:48 +0000 (05:30 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 29 Jun 2003 05:30:48 +0000 (05:30 +0000)
commitdb3756dade0bba030946abcb8e50c914af84f31e
tree255f4495c95fd41e83e5ce0f82cae8342d0d637c
parente2f18377ff21c0e3217d561c8509e6816ecb362d
Some nifty doctest extensions from Jim Fulton, currently used in Zope3.
I won't have time to write real docs, but spent a lot of time adding
comments to his code and fleshing out the exported functions' docstrings.
There's probably opportunity to consolidate how docstrings get extracted
too, and the new code for that is probably better than the old code for
that (which strained mightily to recover from 2.2's new class/type
gimmicks).
Lib/doctest.py
Misc/NEWS