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.

classification
Title: PyPI server index names with '/' in them
Type: behavior Stage: resolved
Components: Distutils2 Versions: Python 3.3
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: tarek Nosy List: alexis, eric.araujo, michael.mulich, tarek
Priority: normal Keywords:

Created on 2011-07-11 13:01 by michael.mulich, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_name.py michael.mulich, 2011-07-11 13:01
Messages (1)
msg140117 - (view) Author: Michael Mulich (michael.mulich) * Date: 2011-07-11 13:01
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.
History
Date User Action Args
2022-04-11 14:57:19adminsetgithub: 56741
2014-03-13 03:52:34eric.araujosetstatus: open -> closed
resolution: out of date
stage: resolved
2011-07-11 13:02:03michael.mulichsettype: behavior
2011-07-11 13:01:37michael.mulichcreate