]> granicus.if.org Git - python/commit
SF patch [#466616] Exclude imported items from doctest,
authorTim Peters <tim.peters@gmail.com>
Tue, 2 Oct 2001 03:53:41 +0000 (03:53 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 2 Oct 2001 03:53:41 +0000 (03:53 +0000)
commit7402f791a4633689fea904b2bd9caea2b25de620
tree36d27033dcf9d5f36b607a94bb3c8d52ecfe557e
parentd90f509b8f3482787eeeae560d9bc1c909a8e857
SF patch [#466616] Exclude imported items from doctest,
from Tim Hochberg.  Also mucho fiddling to change the way doctest
determines whether a thing is a function, module or class.  Under 2.2,
this really requires the functions in inspect.py (e.g., types.ClassType
is close to meaningless now, if not outright misleading).
Lib/doctest.py
Lib/test/test_pyclbr.py
Misc/NEWS