[issue13933] IDLE:not able to complete the hashlib module

Terry J. Reedy report at bugs.python.org
Sun Feb 5 20:34:11 CET 2012


Terry J. Reedy <tjreedy at udel.edu> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13933>
_______________________________________


More information about the Python-bugs-list mailing list