]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added test cases for extended printing to an instance. This picked up
authorBarry Warsaw <barry@python.org>
Wed, 11 Oct 2000 21:26:03 +0000 (21:26 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 11 Oct 2000 21:26:03 +0000 (21:26 +0000)
commit7e3e1c1ece9173b10b2e89848f814d0c346a869d
tree8f38541ba2086e32d332a1659851f2341300ed46
parent6fe9bacb8c12c0382a299e852536b87a825ac905
Added test cases for extended printing to an instance.  This picked up
a bug in JPython where the instance had to have a flush() method.
Lib/test/test_grammar.py