]> granicus.if.org Git - python/commit
Updated __all__ to include every non-underscored class, function, and
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 19 Aug 2004 19:19:03 +0000 (19:19 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 19 Aug 2004 19:19:03 +0000 (19:19 +0000)
commitb7503ff631648db6b54641db3154f4a70193c997
tree788c8e1c8d2fe9931d8f85dc575811fc209d1b35
parent3ba5bfc766c564ad434753afa43d26f9a468cbfc
Updated __all__ to include every non-underscored class, function, and
constant defined by the module (except the test*() functions, which
should be integrated into test/test_doctest.py, anyway).
Lib/doctest.py