mirror of
https://github.com/python/cpython.git
synced 2026-08-16 12:55:54 +08:00
Replaced 3 instances of "iter() of non-sequence" with "iteration over non-sequence". Restored "unpack non-sequence" for stuff like "a, b = 1".