[New-bugs-announce] [issue14778] IrrationalVersionError should include the project name

Nick Wilson report at bugs.python.org
Fri May 11 01:14:01 CEST 2012


New submission from Nick Wilson <nick at 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 <report at bugs.python.org>
<http://bugs.python.org/issue14778>
_______________________________________


More information about the New-bugs-announce mailing list