[Python-checkins] python/dist/src/Lib os.py,1.58.2.1,1.58.2.2
nnorwitz at projects.sourceforge.net
nnorwitz at projects.sourceforge.net
Mon Jan 26 09:35:48 EST 2004
Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7495/Lib
Modified Files:
Tag: ast-branch
os.py
Log Message:
Remove debug print
Index: os.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/os.py,v
retrieving revision 1.58.2.1
retrieving revision 1.58.2.2
diff -C2 -d -r1.58.2.1 -r1.58.2.2
*** os.py 28 Apr 2003 17:32:16 -0000 1.58.2.1
--- os.py 26 Jan 2004 14:35:45 -0000 1.58.2.2
***************
*** 37,41 ****
if 'posix' in _names:
- print "hello"
name = 'posix'
linesep = '\n'
--- 37,40 ----
More information about the Python-checkins
mailing list