]> granicus.if.org Git - python/commit
- PrettyPrinter.isreadable(), .isrecursive():
authorFred Drake <fdrake@acm.org>
Tue, 31 Dec 2002 07:14:18 +0000 (07:14 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 31 Dec 2002 07:14:18 +0000 (07:14 +0000)
commit397b61505669fa38f96880d464cc5a6cf79cdc8e
treeb1b212123dc3b939a25dfbfe74457fd8e036efdd
parent5478219e11ccd8230c07be731b4079832bd67c20
- PrettyPrinter.isreadable(), .isrecursive():
    Pass the right number of args to .format().  (Caught by
    pychecker.)
- Protect the global namespace more carefully.
- Don't use the types module now that we don't need to.
Lib/pprint.py