diff options
author | Marc-André Lemburg <mal@egenix.com> | 2002-10-04 09:30:06 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2002-10-04 09:30:06 (GMT) |
commit | c7cdd7182aadcbb242ce61e5515cc91964806da4 (patch) | |
tree | 17aff6b791bf5bbf2ddacb1457b405db672df963 /Lib/distutils/command/__init__.py | |
parent | a7a76d3d9eb77b4dd3129d34ba8df636ce2e6014 (diff) | |
download | cpython-c7cdd7182aadcbb242ce61e5515cc91964806da4.zip cpython-c7cdd7182aadcbb242ce61e5515cc91964806da4.tar.gz cpython-c7cdd7182aadcbb242ce61e5515cc91964806da4.tar.bz2 |
Pulling Mark Alexander's contribution from CVS.
Diffstat (limited to 'Lib/distutils/command/__init__.py')
-rw-r--r-- | Lib/distutils/command/__init__.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index 8143627..e70429c 100644 --- a/Lib/distutils/command/__init__.py +++ b/Lib/distutils/command/__init__.py @@ -21,8 +21,9 @@ __all__ = ['build', 'bdist_dumb', 'bdist_rpm', 'bdist_wininst', - 'bdist_sdux', - 'bdist_pkgtool', + # These two are reserved for future use: + #'bdist_sdux', + #'bdist_pkgtool', # Note: # bdist_packager is not included because it only provides # an abstract base class |