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 eric.araujo
Recipients barry, brett.cannon, eric.araujo, eric.snow, georg.brandl, larry, ncoghlan, skrah
Date 2012-07-30.21:05:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343682311.68.0.170575374256.issue15295@psf.upfronthosting.co.za>
In-reply-to
Content
A small note in passing: “protocol” is used for things like the sequence protocol, the iterator protocol, or closer to home the finder and loader protocols, so it would sound weird or potentially confusing to me.  Import system is how I’ve always thought about it (probably took that term from the docs).
History
Date User Action Args
2012-07-30 21:05:11eric.araujosetrecipients: + eric.araujo, barry, brett.cannon, georg.brandl, ncoghlan, larry, skrah, eric.snow
2012-07-30 21:05:11eric.araujosetmessageid: <1343682311.68.0.170575374256.issue15295@psf.upfronthosting.co.za>
2012-07-30 21:05:11eric.araujolinkissue15295 messages
2012-07-30 21:05:10eric.araujocreate