Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #104162 > unrolled thread
| Started by | "Sven R. Kunze" <srkunze@mail.de> |
|---|---|
| First post | 2016-03-06 19:29 +0100 |
| Last post | 2016-03-06 19:29 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
reversed(zip(...)) not working as intended "Sven R. Kunze" <srkunze@mail.de> - 2016-03-06 19:29 +0100
| From | "Sven R. Kunze" <srkunze@mail.de> |
|---|---|
| Date | 2016-03-06 19:29 +0100 |
| Subject | reversed(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
Back to top | Article view | comp.lang.python
csiph-web