Issue 5296: Use of term sequence in Reference 6.3 Assignment Statements

Issue5296

Created on 2009-02-17 19:18 by bgailer, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg82357 - (view) Author: bob gailer (bgailer) Date: 2009-02-17 19:18
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.
msg82395 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-02-18 00:25
Thanks, fixed in r69729.
History
Date User Action Args
2022-04-11 14:56:45adminsetgithub: 49546
2009-02-18 00:25:22georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg82395
2009-02-17 19:18:59bgailercreate