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.

Author westley.martinez
Recipients alexis, eric.araujo, tarek, westley.martinez
Date 2013-08-30.07:07:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377846420.58.0.448091989874.issue14974@psf.upfronthosting.co.za>
In-reply-to
Content
I think I like the term catalog myself, but I'm not wholly opposed to index.  I think it is certainly better than pypi.

Although the namespace does reduce the genericness of index, a lot of programmers (including me) like to use the from namespace import x method.  I think that's considerable.  That said, programmers could use from packaging import index as pindex or some sort to alleviate this.
History
Date User Action Args
2013-08-30 07:07:00westley.martinezsetrecipients: + westley.martinez, tarek, eric.araujo, alexis
2013-08-30 07:07:00westley.martinezsetmessageid: <1377846420.58.0.448091989874.issue14974@psf.upfronthosting.co.za>
2013-08-30 07:07:00westley.martinezlinkissue14974 messages
2013-08-30 07:07:00westley.martinezcreate