New submission from Michael Mulich <michael.mul...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue12532> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com