Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4339
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Christopher Arndt <chris@chrisarndt.de> |
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] Schleifen die ohne Durchlaufen des Schleifenkörpers beendet wurden |
| Date | Tue, 29 Mar 2016 18:43:27 +0200 |
| Lines | 66 |
| Message-ID | <mailman.162.1459269831.28225.python-de@python.org> (permalink) |
| References | <56F445C9.3000200@mail.de> <56F939CE.8050601@admin-box.com> <56FA79AF.6050608@chrisarndt.de> <56FA7A69.1020107@chrisarndt.de> <CA+=jLoB_FrP2_uWwiy6An4S-akTnWwxrDTM9-4irHTUG7RKtNw@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="1GtjaxXBTXTXT8KUEVAxq3DHeH4S80qrN" |
| X-Trace | news.uni-berlin.de NZnP3GJJd10VZ5U2XVs9Gw5P8JC/Xc5xrfEXY33YhdKQ== |
| Return-Path | <chris@chrisarndt.de> |
| X-Original-To | python-de@python.org |
| Delivered-To | python-de@mail.python.org |
| X-Virus-Scanned | Debian amavisd-new at mx1.0x20.eu |
| Openpgp | id=F0BA1EAE86651989C0A1C9901E0D97B33A4E1F31 |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 |
| In-Reply-To | <CA+=jLoB_FrP2_uWwiy6An4S-akTnWwxrDTM9-4irHTUG7RKtNw@mail.gmail.com> |
| X-BeenThere | python-de@python.org |
| X-Mailman-Version | 2.1.21 |
| Precedence | list |
| List-Id | Die Deutsche Python Mailingliste <python-de.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-de/> |
| List-Post | <mailto:python-de@python.org> |
| List-Help | <mailto:python-de-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe> |
| Xref | csiph.com de.comp.lang.python:4339 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Am 29.03.2016 um 18:15 schrieb sebastian tobie: > Spricht etwas gegen: > if liste: > for item in liste: > #was du machen möchtest > else: > #fallback wenn die liste leer ist 1. Falsche Einrückung > Das müsste mit den Standard Datentypen funktionieren. 2. Aber nicht für beliebige Iteratoren und Generatoren wie die bisherigen Lösungen. Chris
Back to de.comp.lang.python | Previous | Next | Find similar
Re: [Python-de] Schleifen die ohne Durchlaufen des Schleifenkörpers beendet wurden Christopher Arndt <chris@chrisarndt.de> - 2016-03-29 18:43 +0200
csiph-web