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 gvanrossum
Recipients abarnert, gvanrossum, levkivskyi, lukasz.langa, rhettinger
Date 2017-07-20.21:38:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500586722.43.0.237522052903.issue25988@psf.upfronthosting.co.za>
In-reply-to
Content
At least one use of Indexable (by whatever name, but this rolls off the tongue the easiest) would be the metaclass in typing.py that allows one to write List[int] -- there's no containter here!

The "drowning out" seems purely subjective -- perhaps if you order the contents of the module alphabetically you won't get much insight, but the docs should use a better organizing principle than that. (After all alphabetization was invented as a crutch for searching. :-)
History
Date User Action Args
2017-07-20 21:38:42gvanrossumsetrecipients: + gvanrossum, rhettinger, lukasz.langa, abarnert, levkivskyi
2017-07-20 21:38:42gvanrossumsetmessageid: <1500586722.43.0.237522052903.issue25988@psf.upfronthosting.co.za>
2017-07-20 21:38:42gvanrossumlinkissue25988 messages
2017-07-20 21:38:42gvanrossumcreate