[Python-checkins] r70944 - python/trunk/Lib/distutils/command/__init__.py
georg.brandl
python-checkins at python.org
Wed Apr 1 06:32:39 CEST 2009
Author: georg.brandl
Date: Wed Apr 1 06:32:39 2009
New Revision: 70944
Log:
#5631: add upload to list of possible commands, which is presented in --help-commands.
Modified:
python/trunk/Lib/distutils/command/__init__.py
Modified: python/trunk/Lib/distutils/command/__init__.py
==============================================================================
--- python/trunk/Lib/distutils/command/__init__.py (original)
+++ python/trunk/Lib/distutils/command/__init__.py Wed Apr 1 06:32:39 2009
@@ -22,6 +22,8 @@
'bdist_dumb',
'bdist_rpm',
'bdist_wininst',
+ 'upload',
+
# These two are reserved for future use:
#'bdist_sdux',
#'bdist_pkgtool',
More information about the Python-checkins
mailing list