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: add an "extras" in packaging.pypi.simple.Crawler
Type: enhancement 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, tarek
Priority: normal Keywords:

Created on 2011-06-16 14:22 by tarek, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (1)
msg138439 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2011-06-16 14:22
It occurs to me that our Crawler don't allow us to specify extra locations, like easy_install or pypi

We should add that and let the crawler look up to these places because the index
History
Date User Action Args
2022-04-11 14:57:18adminsetgithub: 56556
2014-03-13 03:46:51eric.araujosetstatus: open -> closed
resolution: out of date
stage: resolved
2011-06-17 17:25:03eric.araujosetassignee: tarek

components: + Distutils2
nosy: + eric.araujo
2011-06-16 14:24:04tareksettype: enhancement
2011-06-16 14:22:13tarekcreate