[issue5631] Distutils "upload" command does not show up in--help-commands output.

2009-04-01 Thread Georg Brandl
Georg Brandl added the comment: Done! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue5631] Distutils "upload" command does not show up in--help-commands output.

2009-04-01 Thread Maksim Kozyarchuk
Maksim Kozyarchuk added the comment: Thanks georg. Do you mind adding my name to the contrib file? Sent via BlackBerry by AT&T -- title: Distutils "upload" command does not show up in --help-commands output. -> Distutils "upload" command does not show up in--help-commands output. __

[issue5631] Distutils "upload" command does not show up in --help-commands output.

2009-03-31 Thread Georg Brandl
Georg Brandl added the comment: Committed in r70944. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue5631] Distutils "upload" command does not show up in --help-commands output.

2009-03-31 Thread Maksim Kozyarchuk
Maksim Kozyarchuk added the comment: adding upload to __init__.py of commands package fixes this Patch on Appshot. http://codereview.appspot.com/32087/show -- nosy: +Kozyarchuk versions: +Python 3.1 -Python 2.4, Python 2.5, Python 2.6 ___ Python tra

[issue5631] Distutils "upload" command does not show up in --help-commands output.

2009-03-31 Thread Martin Blais
New submission from Martin Blais : The output of running "python setup.py --help-commands" does not include the "upload" command. -- components: Library (Lib) messages: 84884 nosy: blais severity: normal status: open title: Distutils "upload" command does not show up in --help-commands o