[issue13463] Fix parsing of package_data
Changes by Nick Wilson : -- nosy: +njwilson ___ Python tracker <http://bugs.python.org/issue13463> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue14755] Distutils2 doesn't have a Python 3 version on PyPI
New submission from Nick Wilson : PyPI only has a version of distutils2 for Python 2, not for Python 3. There is an "ImportError: No module named ConfigParser" when trying to "pip install distutils2" from Python 3. -- assignee: eric.araujo components: Distutils2 messages: 160211 nosy: alexis, eric.araujo, njwilson, tarek priority: normal severity: normal status: open title: Distutils2 doesn't have a Python 3 version on PyPI ___ Python tracker <http://bugs.python.org/issue14755> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue14778] IrrationalVersionError should include the project name
New submission from Nick Wilson : 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 <http://bugs.python.org/issue14778> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com