This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tarek
Recipients nedbat, tarek
Date 2009-09-21.13:11:11
SpamBayes Score 0.0022447149
Marked as misclassified No
Message-id <1253538674.29.0.168577086488.issue6954@psf.upfronthosting.co.za>
In-reply-to
Content
Mmm, the problem is deeper for the second stack trace: 

distutils.fancy_getopt.longopt_xlate was changed from a translation
mapping into a lambda in py3, that's why you have it.

I'm fixing back this problem too.
History
Date User Action Args
2009-09-21 13:11:14tareksetrecipients: + tarek, nedbat
2009-09-21 13:11:14tareksetmessageid: <1253538674.29.0.168577086488.issue6954@psf.upfronthosting.co.za>
2009-09-21 13:11:11tareklinkissue6954 messages
2009-09-21 13:11:11tarekcreate