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
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
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
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
Maksim Kozyarchuk added the comment:
Looking at this now.
--
___
Python tracker
<http://bugs.python.org/issue5624>
___
___
Python-bugs-list mailing list
Unsub
Maksim Kozyarchuk added the comment:
Fixed, patch is on appshot.
http://codereview.appspot.com/32083/show
--
___
Python tracker
<http://bugs.python.org/issue5
Maksim Kozyarchuk added the comment:
Fixed Typo, and Re-Uploaded
http://codereview.appspot.com/28156/show
--
___
Python tracker
<http://bugs.python.org/issue5
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
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