distutils patches, request for review

Hi,
I am looking for a core developer to review a few patches for distutils.
#1 is mandatory (it removes a bad bug) #2 is very nice to have #3 to #5 are test coverage and code beautication
In order:
1. #4400 : the default generated .pypirc is broken. This patch fixes it: http://bugs.python.org/issue4400 2. #4394 : no need to store the password in pypirc anymore : using the prompt if not stored. http://bugs.python.org/issue4394 3. #2461 : more test coverage. http://bugs.python.org/issue2461 4. #3992 : removes custom log implementation -> uses logging instead. http://bugs.python.org/issue3992 5. #3985 : more cleanup. http://bugs.python.org/issue3985 6. #3986 : http://bugs.python.org/issue3986
Some of them are a few month old so I can refresh the patch on the current trunk(s) as soon as they are picked.
Regards Tarek
participants (1)
-
Tarek Ziadé