commit | 4e16098ce74c645cf1d69566b6f8bc96031554b7 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Sep 02 20:43:20 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Sep 02 20:43:20 1992 +0000 |
tree | 919ce6e774608fbf5a2e4745472e9fbc445139e9 | |
parent | 2179945eec5ab32b4aa88b9f7a9308a898cde8a5 [diff] |
Added a _v21 def to FL.py and added two new input field types Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py Added new module bisect.py and used it in sched.py. Mostly cosmetic changes to profile.py (changed output format).