[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.117, 1.1193.2.118

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Mon Oct 3 03:03:48 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17796/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Backport:
SF bug #887946, segfault if redirecting directory
Also provide a warning if a directory is passed on the command line.
Add minimal command line test.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.117
retrieving revision 1.1193.2.118
diff -u -d -r1.1193.2.117 -r1.1193.2.118
--- NEWS	2 Oct 2005 01:51:56 -0000	1.1193.2.117
+++ NEWS	3 Oct 2005 01:03:44 -0000	1.1193.2.118
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- SF Bug #887946: fix segfault when redirecting stdin from a directory.
+  Provide a warning when a directory is passed on the command line.
+
 - Fix segfault with invalid coding.
 
 Extension Modules



More information about the Python-checkins mailing list