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.
diff --git a/Misc/NEWS b/Misc/NEWS
index 401f5d9..4e1aa9e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -96,6 +96,10 @@
 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.