CVS: 'python/dist/src/Modules main.c'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Fri, 11 Apr 1997 17:57:56 -0400


Update of /projects/cvsroot/python/dist/src/Modules
In directory monty:/projects/python/develop/guido/src/Modules

Modified Files:
	main.c 
Log Message:
Change in when and how stdin and stdout are set to line-buffering.
This used to be done whenever stdin was interactive.  Now we only do
it when the -i flag is given.  Also (and this is the real reason for
this fix) we explicitly allocate a buffer -- this seems to be
necessary on Windows.

--Guido van Rossum (home page: http://www.python.org/~guido/)