New submission from Nick Wilson <n...@njwilson.net>: 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 ... ---------- assignee: eric.araujo components: Distutils2 messages: 160381 nosy: alexis, eric.araujo, njwilson, tarek priority: normal severity: normal status: open title: IrrationalVersionError should include the project name versions: 3rd party, Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14778> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com