[issue4354] distutils.command.register is broken

Hagen Fürstenau report at bugs.python.org
Wed Nov 19 17:11:59 CET 2008


New submission from Hagen Fürstenau <hfuerstenau at gmx.net>:

The distutils command "register" has two problems with Python 3.0:

1. The authentication dialog crashes because of a problem with the
functiopn raw_input defined there.

2. Uploading the data fails because of str/bytes confusion.

The attached patch addresses both problems.

----------
components: Distutils
files: distutils_register.patch
keywords: patch
messages: 76055
nosy: hagen
severity: normal
status: open
title: distutils.command.register is broken
type: behavior
versions: Python 3.0
Added file: http://bugs.python.org/file12058/distutils_register.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4354>
_______________________________________


More information about the Python-bugs-list mailing list