]> granicus.if.org Git - python/commit
Two changes suggested by Andrew Kuchling:
authorGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 16:28:13 +0000 (16:28 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 16:28:13 +0000 (16:28 +0000)
commitf17361d314f118610d6e9ad4ca603350fc986abb
tree2201e1e962c0faea67f77e3e199f846b22c76d53
parent81749b0754f0799cb84beedd8b411544a2934c5f
Two changes suggested by Andrew Kuchling:
- move compile() inside try-except
- add code so you can do "python pdb.py <script> <arg> ..." to debug <script>
Lib/pdb.py