]> granicus.if.org Git - python/commit
Patch #721464: pdb.Pdb instances can now be given explicit stdin and
authorGeorg Brandl <georg@python.org>
Wed, 10 May 2006 17:13:20 +0000 (17:13 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 10 May 2006 17:13:20 +0000 (17:13 +0000)
commit195648000cd704e9d50dee0e7f082f3eb74d3bd3
treef973294083136b57fee18c3a441ab296774e05a7
parent38c6a22f38a249d107691a79f2b16a62ba8c73be
Patch #721464: pdb.Pdb instances can now be given explicit stdin and
stdout arguments, making it possible to redirect input and output
for remote debugging.
Lib/bdb.py
Lib/doctest.py
Lib/pdb.py
Misc/NEWS