diff options
author | Georg Brandl <georg@python.org> | 2006-05-10 17:13:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-05-10 17:13:20 (GMT) |
commit | 195648000cd704e9d50dee0e7f082f3eb74d3bd3 (patch) | |
tree | f973294083136b57fee18c3a441ab296774e05a7 /Misc | |
parent | 38c6a22f38a249d107691a79f2b16a62ba8c73be (diff) | |
download | cpython-195648000cd704e9d50dee0e7f082f3eb74d3bd3.zip cpython-195648000cd704e9d50dee0e7f082f3eb74d3bd3.tar.gz cpython-195648000cd704e9d50dee0e7f082f3eb74d3bd3.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -96,6 +96,10 @@ Extension Modules Library ------- +- 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. + - Patch #1484695: Update the tarfile module to version 0.8. This fixes a couple of issues, notably handling of long file names using the GNU LONGNAME extension. |