[issue5296] Use of term sequence in Reference 6.3 Assignment Statements

2009-02-17 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69729. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue5296] Use of term sequence in Reference 6.3 Assignment Statements

2009-02-17 Thread bob gailer
New submission from bob gailer : Currently reads, in part, "If the target list is a comma-separated list of targets: The object must be a sequence ..." Change "a sequence" to "an iterable". Also consider removing references to versions earlier than 1.5. -- assignee: georg.brandl compon