[Python-checkins] CVS: python/dist/src/Lib os.py,1.41,1.42
Skip Montanaro
montanaro@users.sourceforge.net
Tue, 27 Feb 2001 17:01:00 -0800
Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv14325
Modified Files:
os.py
Log Message:
added some elements missing from __all__
Index: os.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/os.py,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** os.py 2001/02/06 01:07:01 1.41
--- os.py 2001/02/28 01:00:58 1.42
***************
*** 28,32 ****
altsep = None
! __all__ = []
def _get_exports_list(module):
--- 28,33 ----
altsep = None
! __all__ = ["altsep", "curdir", "pardir", "sep", "pathsep", "linesep",
! "defpath", "name"]
def _get_exports_list(module):