[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

[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

[issue5624] Py3K branch import _winreg instead of winreg

2009-03-31 Thread Maksim Kozyarchuk
Maksim Kozyarchuk added the comment: Fixed Typo, and Re-Uploaded http://codereview.appspot.com/28156/show -- ___ Python tracker <http://bugs.python.org/issue5

[issue5624] Py3K branch import _winreg instead of winreg

2009-03-31 Thread Maksim Kozyarchuk
Maksim Kozyarchuk added the comment: Fixed, patch is on appshot. http://codereview.appspot.com/32083/show -- ___ Python tracker <http://bugs.python.org/issue5

[issue5624] Py3K branch import _winreg instead of winreg

2009-03-31 Thread Maksim Kozyarchuk
Maksim Kozyarchuk added the comment: Looking at this now. -- ___ Python tracker <http://bugs.python.org/issue5624> ___ ___ Python-bugs-list mailing list Unsub

[issue5624] Py3K branch import _winreg instead of winreg

2009-03-31 Thread Maksim Kozyarchuk
New submission from Maksim Kozyarchuk : Number of modules in py3k branch are importing _winreg instead of winreg. According to fix_import.py module in libpy2to3 all _winreg imports need to be converted to winreg. -- components: Library (Lib) messages: 84801 nosy: Kozyarchuk severity

[issue5620] The attribute's action of an object is not correct.

2009-03-31 Thread Maksim Kozyarchuk
Maksim Kozyarchuk added the comment: AFAIK, This is expected behavior. myurl is a class attribute if you want it to be different per instance you should re-initialize it in the __init__ method. See below. >>> class C1(object): ... def __init__(self): ... s

[issue5609] Create Unit Tests for nturl2path module

2009-03-30 Thread Maksim Kozyarchuk
Maksim Kozyarchuk added the comment: Patch is available on Appshot, please review/approve. http://codereview.appspot.com/32072/show -- ___ Python tracker <http://bugs.python.org/issue5

[issue5609] Create Unit Tests for nturl2path module

2009-03-30 Thread Maksim Kozyarchuk
New submission from Maksim Kozyarchuk : Added Unit Tests for nturl2path module. http://codereview.appspot.com/32072/show -- components: Tests messages: 84590 nosy: Kozyarchuk severity: normal status: open title: Create Unit Tests for nturl2path module versions: Python 3.1