[issue12532] PyPI server index names with '/' in them

Michael Mulich report at bugs.python.org
Mon Jul 11 15:01:38 CEST 2011


New submission from Michael Mulich <michael.mulich at gmail.com>:

Forward slashes show up in a project's (packaging.pypi.dist.ReleaseList) name when using a crawler (packaging.pypi.simple.Crawler) against, say and Apache index page. The packaging.tests:/pypiserver/foo_bar_baz directory is a perfect example of this type of data, but it isn't used anywhere in the current tests.

If a crawl is run on the index, results will come back with '/' in there name.

The issue was found when I was attempting to use a Crawler against the packaging.tests.pypi_server.PyPIServer in my package's tests.

----------
assignee: tarek
components: Distutils2
files: test_name.py
messages: 140117
nosy: alexis, eric.araujo, michael.mulich, tarek
priority: normal
severity: normal
status: open
title: PyPI server index names with '/' in them
versions: Python 3.3
Added file: http://bugs.python.org/file22621/test_name.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12532>
_______________________________________


More information about the Python-bugs-list mailing list