]> granicus.if.org Git - python/commit
In the recursive debug command, pass Pdb arguments (completekey, stdin, stdout)
authorGuido van Rossum <guido@python.org>
Wed, 13 Feb 2008 18:41:48 +0000 (18:41 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 13 Feb 2008 18:41:48 +0000 (18:41 +0000)
commite41f1552c0018927eb7a04c0a8e20a0c4b9484e6
treea35c74b978c231346bb826cfb9ab2dc6453f3183
parente9c996c14db994fb0afe806a0eee16a97b587fc1
In the recursive debug command, pass Pdb arguments (completekey, stdin, stdout)
to the recursive Pdb instance.
Lib/pdb.py