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 eric.araujo
Recipients alexis, eric.araujo, nick.wilson, tarek
Date 2012-05-08.17:10:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336497041.16.0.293791515202.issue14755@psf.upfronthosting.co.za>
In-reply-to
Content
This comes from the fact that d2 is developed with two Mercurial branches, not build-time 2to3 conversion (which I dislike as ugly and not fully correct) nor single-source (which I dislike as ugly and hard to maintain :). PyPI does not work well with that workflow; see how unittest2 had to use a unittest2py3k project name. I think pip does the right thing if you upload project-X.Y-py3.tar.gz, I need to check that and if it works do a manual upload of 1.0a4-py3.
History
Date User Action Args
2012-05-08 17:10:41eric.araujosetrecipients: + eric.araujo, tarek, alexis, nick.wilson
2012-05-08 17:10:41eric.araujosetmessageid: <1336497041.16.0.293791515202.issue14755@psf.upfronthosting.co.za>
2012-05-08 17:10:31eric.araujolinkissue14755 messages
2012-05-08 17:10:31eric.araujocreate