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 docs@python, eli.bendersky, eric.araujo, eric.snow, ezio.melotti, georg.brandl, petere, terry.reedy
Date 2011-07-18.19:21:26
SpamBayes Score 8.079376e-05
Marked as misclassified No
Message-id <1311016887.57.0.681949350312.issue12531@psf.upfronthosting.co.za>
In-reply-to
Content
> expression must evaluate to a sequence.

To be clear, Eli quoted the doc correctly and Eric correctly suggested that 'sequence' needs to be updated to 'iterable' (in at least two places). Since the patch for this issue will be adding something just above, it could just as well make this change also.
History
Date User Action Args
2011-07-18 19:21:27terry.reedysetrecipients: + terry.reedy, georg.brandl, ezio.melotti, eric.araujo, eli.bendersky, petere, docs@python, eric.snow
2011-07-18 19:21:27terry.reedysetmessageid: <1311016887.57.0.681949350312.issue12531@psf.upfronthosting.co.za>
2011-07-18 19:21:27terry.reedylinkissue12531 messages
2011-07-18 19:21:27terry.reedycreate