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


Groups > de.comp.lang.python > #5096

Re: [Python-de] asyncio für Python2.7

Path csiph.com!weretis.net!feeder4.news.weretis.net!news.szaf.org!fu-berlin.de!uni-berlin.de!not-for-mail
From Stefan Behnel <python-de@behnel.de>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] asyncio für Python2.7
Date Fri, 19 Jan 2018 10:22:05 +0100
Lines 27
Message-ID <mailman.146.1516353737.2620.python-de@python.org> (permalink)
References <780678ce-3e40-7a59-1420-d188954d5228@thomas-guettler.de> <be2a9e76-86d4-ba1d-9b28-16e8883f0a43@behnel.de>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Trace news.uni-berlin.de be/E/+4kUMOQ5CynvY+k9AkwjCx3GxEo7ytfaYZ2qLrQ==
Return-Path <python-de@behnel.de>
X-Original-To python-de@python.org
Delivered-To python-de@mail.python.org
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; t=1516353730; s=strato-dkim-0002; d=behnel.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:Date:Message-ID: From:References:To:Subject:X-RZG-CLASS-ID:X-RZG-AUTH; bh=PjhzY/sXmqZbml1R7QDxeDioybS6O2SnxJcEevAUFYg=; b=eMq8HHSOem5Rf6TnyShULViPHC5vCFaWhtCuA6eZvoRr4j6rhuj2Aq0rwiFBg2/GTq 6ipHTBPDqC1N9pzIQ8CMB08dvm6Drih9G+B+XR7Ybc5RUcjp/pR+m7IbSta+DKPdieWH 6KRItc+n8Np/q58Xne+1SReeBl565SnmVLVpAYAVDUxj6uNOVdGTDTzGZ1o4HHr/OO03 fs0ebhLSd9tHt8DnpIeuHYHVSSiNmE0xz9cHz9yw2pzdJ55LNDnIs0TvW0HDr+8YBZgZ SNyEUdnpHK2LqLjWidGWPrjpyMBrKEEcYSttPTTBQOI/nU4EY9e+cr6wIDiW+sGq684H +JqQ==
X-RZG-AUTH :E1MMdFW4b++AXZOTwA41DOYM0Dv9LNWvavC/fJZ6Wfgmp/Lh1ANWCRaaq2R1hCooD/t2Vl9QPVeBUNbEes6Rl1idG4gud7BD4hV37e0/2ZHKlCEy
X-RZG-CLASS-ID mo00
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0
In-Reply-To <780678ce-3e40-7a59-1420-d188954d5228@thomas-guettler.de>
Content-Language de-DE
X-BeenThere python-de@python.org
X-Mailman-Version 2.1.25
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 <be2a9e76-86d4-ba1d-9b28-16e8883f0a43@behnel.de>
X-Mailman-Original-References <780678ce-3e40-7a59-1420-d188954d5228@thomas-guettler.de>
Xref csiph.com de.comp.lang.python:5096

Show key headers only | View raw


Thomas Güttler schrieb am 18.01.2018 um 09:29:
> derzeit wird in meinem aktuellen Kontext Python2.7 verwendet, und das wird
> sich vor 2019 vermutlich nicht ändern.

Na ja, also die Vorarbeit kann mensch jederzeit schon mal anfangen: einfach
jetzt schon mal neuen Code kompatibel schreiben und erste Erfahrungen mit
Python-Future sammeln.

Ganz im Gegenteil, das auf den letzten Drücker zu verschieben ist ein
ziemliches (und ziemlich unnötiges) Risiko.


> Prinzipiell gefällt mir asyncio  nicht schlecht, aber 2.7 ...
> 
> Es scheint einen Backport zu geben:
> 
> https://pypi.python.org/pypi/trollius
> 
> Das letzte Release ist von Anfang 2016. Also bald zwei Jahre alt.
> Es scheint also nicht wirklich aktiv zu sein.

Victor hat Trollius damals aufgegeben. Zu langsam, zu schwerfällig im Code.
Solche Features sind in Py2 schlicht nicht weiterverfolgenswert. Ernsthaft,
demnächst kommt Python *3*.7 raus. Da ist *viel* passiert in der
Zwischenzeit, nicht nur im async-Bereich.

Stefan

Back to de.comp.lang.python | Previous | Next | Find similar


Thread

Re: [Python-de] asyncio für Python2.7 Stefan Behnel <python-de@behnel.de> - 2018-01-19 10:22 +0100

csiph-web