Mailing List Archive

python/dist/src/Lib/distutils/command __init__.py,1.15,1.16
Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory usw-pr-cvs1:/tmp/cvs-serv28397

Modified Files:
__init__.py
Log Message:
Pulling Mark Alexander's contribution from CVS.



Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/__init__.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** __init__.py 17 Apr 2002 20:30:09 -0000 1.15
--- __init__.py 4 Oct 2002 09:23:44 -0000 1.16
***************
*** 22,27 ****
'bdist_rpm',
'bdist_wininst',
! 'bdist_sdux',
! 'bdist_pkgtool',
# Note:
# bdist_packager is not included because it only provides
--- 22,28 ----
'bdist_rpm',
'bdist_wininst',
# Note:
# bdist_packager is not included because it only provides