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 terry.reedy
Recipients Ramchandra Apte, eric.araujo, ned.deily, python-dev, roger.serwy, terry.reedy
Date 2012-02-05.19:34:10
SpamBayes Score 0.00018856203
Marked as misclassified No
Message-id <1328470451.19.0.56815878466.issue13933@psf.upfronthosting.co.za>
In-reply-to
Content
6.11 Import statement says " __all__; if defined, it must be a sequence of strings which are names defined or imported by that module."

I am tempted to open an issue to change 'sequence' to 'list', or even 'sorted sequence', but that is difficult to enforce.
History
Date User Action Args
2012-02-05 19:34:11terry.reedysetrecipients: + terry.reedy, ned.deily, roger.serwy, eric.araujo, python-dev, Ramchandra Apte
2012-02-05 19:34:11terry.reedysetmessageid: <1328470451.19.0.56815878466.issue13933@psf.upfronthosting.co.za>
2012-02-05 19:34:10terry.reedylinkissue13933 messages
2012-02-05 19:34:10terry.reedycreate