Path: csiph.com!weretis.net!feeder4.news.weretis.net!news.szaf.org!fu-berlin.de!uni-berlin.de!not-for-mail From: Stefan Behnel Newsgroups: de.comp.lang.python Subject: Re: [Python-de] =?utf-8?q?asyncio_f=C3=BCr_Python2=2E7?= Date: Fri, 19 Jan 2018 10:22:05 +0100 Lines: 27 Message-ID: References: <780678ce-3e40-7a59-1420-d188954d5228@thomas-guettler.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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <780678ce-3e40-7a59-1420-d188954d5228@thomas-guettler.de> Xref: csiph.com de.comp.lang.python:5096 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