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 nick.wilson
Recipients alexis, eric.araujo, nick.wilson, tarek
Date 2012-05-10.23:14:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336691641.31.0.00520688122933.issue14778@psf.upfronthosting.co.za>
In-reply-to
Content
IrrationalVersionError in packaging/distutils2 should include the name of the project responsible for the error. It currently only includes the version:

  >>> import packaging.pypi.xmlrpc
  >>> client = packaging.pypi.xmlrpc.Client()
  >>> client.search_projects('req')
  Irrational version error found: 0.0.0-prealpha
  Irrational version error found: 0.1dev-20110502
  ...
History
Date User Action Args
2012-05-10 23:14:01nick.wilsonsetrecipients: + nick.wilson, tarek, eric.araujo, alexis
2012-05-10 23:14:01nick.wilsonsetmessageid: <1336691641.31.0.00520688122933.issue14778@psf.upfronthosting.co.za>
2012-05-10 23:14:00nick.wilsonlinkissue14778 messages
2012-05-10 23:14:00nick.wilsoncreate