Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4500
| 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] re.split und Unicode in Python 3 |
| Date | Fri, 29 Jul 2016 17:16:25 +0200 |
| Lines | 14 |
| Message-ID | <mailman.29.1469805389.6033.python-de@python.org> (permalink) |
| References | <7ae0837f-8596-a55b-7195-e6d85492dd51@chrisarndt.de> <7ce4398d-3c64-f8a5-8d41-7213bc0437d4@behnel.de> <eb69ff20-205b-f6b3-2787-0891d6bc38fd@chrisarndt.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de 9I+n39K91Bzbi72eybNilw+Cy35v5Up1Fior8yFbn9NQ== |
| 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 |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
| In-Reply-To | <7ce4398d-3c64-f8a5-8d41-7213bc0437d4@behnel.de> |
| X-BeenThere | python-de@python.org |
| X-Mailman-Version | 2.1.22 |
| 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> |
| X-Mailman-Original-Message-ID | <eb69ff20-205b-f6b3-2787-0891d6bc38fd@chrisarndt.de> |
| X-Mailman-Original-References | <7ae0837f-8596-a55b-7195-e6d85492dd51@chrisarndt.de> <7ce4398d-3c64-f8a5-8d41-7213bc0437d4@behnel.de> |
| Xref | csiph.com de.comp.lang.python:4500 |
Show key headers only | View raw
Am 29.07.2016 um 16:57 schrieb Stefan Behnel: > Die Signatur von re.split() ist > > re.split(pattern, string, maxsplit=0, flags=0) Ah, dachte ich mir doch, dass ich was übersehen habe. Ich sollte mir wohl angewöhnen, die Flags immer per keyword arg zu übergeben, auch bei den anderen re Funktionen/Methoden. Thx, Chris
Back to de.comp.lang.python | Previous | Next | Find similar
Re: [Python-de] re.split und Unicode in Python 3 Christopher Arndt <chris@chrisarndt.de> - 2016-07-29 17:16 +0200
csiph-web