[Python-checkins] python/dist/src/Lib/idlelib PyShell.py,1.89,1.90
montanaro at users.sourceforge.net
montanaro at users.sourceforge.net
Tue Jul 6 23:53:30 CEST 2004
Update of /cvsroot/python/python/dist/src/Lib/idlelib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9512
Modified Files:
PyShell.py
Log Message:
whitespace normalization
Index: PyShell.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/PyShell.py,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** PyShell.py 4 Jul 2004 01:25:56 -0000 1.89
--- PyShell.py 6 Jul 2004 21:53:27 -0000 1.90
***************
*** 835,840 ****
def set_warning_stream(self, stream):
! global warning_stream
! warning_stream = stream
def get_warning_stream(self):
--- 835,840 ----
def set_warning_stream(self, stream):
! global warning_stream
! warning_stream = stream
def get_warning_stream(self):
More information about the Python-checkins
mailing list