summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-05-10 17:13:20 (GMT)
committerGeorg Brandl <georg@python.org>2006-05-10 17:13:20 (GMT)
commit195648000cd704e9d50dee0e7f082f3eb74d3bd3 (patch)
treef973294083136b57fee18c3a441ab296774e05a7 /Misc
parent38c6a22f38a249d107691a79f2b16a62ba8c73be (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 401f5d9..4e1aa9e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.