]> granicus.if.org Git - python/commit
- Fix conversion glitch in test_pyclbr, which caused a test to not fail
authorThomas Wouters <thomas@python.org>
Sat, 3 Feb 2007 21:49:06 +0000 (21:49 +0000)
committerThomas Wouters <thomas@python.org>
Sat, 3 Feb 2007 21:49:06 +0000 (21:49 +0000)
commit08f00467b977325c55c99b160a29fd854597ccfe
tree598d476b767f3b006c33b3c44c1ed2dd41dcc824
parentb213704f3cad4fc61c4117afe559454b02193e5b
 - Fix conversion glitch in test_pyclbr, which caused a test to not fail
   when it should.

 - Remove unneeded classic-class support from pydoc (which would otherwise
   cause test_pyclbr to fail.)
Lib/pydoc.py
Lib/test/test_pyclbr.py