]> granicus.if.org Git - python/commit
- Fix doctest results to account for classes being new-style, and thus
authorThomas Wouters <thomas@python.org>
Sat, 15 Apr 2006 09:03:16 +0000 (09:03 +0000)
committerThomas Wouters <thomas@python.org>
Sat, 15 Apr 2006 09:03:16 +0000 (09:03 +0000)
commit28bc76897757ed614dfdccbea7902043221fe141
treea83f801a0ed826f02dd169390d939199d3cf7951
parent6caa07b23d4f838d00a9d27efc76e412549b1de9
 - Fix doctest results to account for classes being new-style, and thus
   printing differently.
 - Fix doctest for classic-class behaviour, make it test new-style behaviour
   on an implicitly-new-style class instead.
Lib/test/test_descrtut.py