Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #104162 > unrolled thread

reversed(zip(...)) not working as intended

Started by"Sven R. Kunze" <srkunze@mail.de>
First post2016-03-06 19:29 +0100
Last post2016-03-06 19:29 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  reversed(zip(...)) not working as intended "Sven R. Kunze" <srkunze@mail.de> - 2016-03-06 19:29 +0100

#104162 — reversed(zip(...)) not working as intended

From"Sven R. Kunze" <srkunze@mail.de>
Date2016-03-06 19:29 +0100
Subjectreversed(zip(...)) not working as intended
Message-ID<mailman.260.1457289003.20602.python-list@python.org>
Hi,

what's the reason that reversed(zip(...)) raises as a TypeError?

Would allowing reversed to handle zip and related functions lead to 
strange errors?

Best,
Sven

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web