[Python-checkins] CVS: python/dist/src/Lib os.py,1.45,1.46

Skip Montanaro montanaro@users.sourceforge.net
Tue, 06 Mar 2001 07:26:09 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv1747

Modified Files:
	os.py 
Log Message:
fix typo in extending __all__ for riscos platform - closes bug 406296


Index: os.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/os.py,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** os.py	2001/03/02 23:31:43	1.45
--- os.py	2001/03/06 15:26:07	1.46
***************
*** 165,169 ****
      import riscos
      __all__.extend(_get_exports_list(riscos))
!     del ce
  
  else:
--- 165,169 ----
      import riscos
      __all__.extend(_get_exports_list(riscos))
!     del riscos
  
  else: