[Python-checkins] python/dist/src/Misc NEWS,1.1383,1.1384

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Mon Oct 3 02:55:00 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
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.

Will backport.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1383
retrieving revision 1.1384
diff -u -d -r1.1383 -r1.1384
--- NEWS	2 Oct 2005 01:48:49 -0000	1.1383
+++ NEWS	3 Oct 2005 00:54:56 -0000	1.1384
@@ -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.
 
 - SF bug #772896: unknown encoding results in MemoryError.



More information about the Python-checkins mailing list