Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: anatoly techtonik Newsgroups: comp.lang.python Subject: Re: [Twisted-Python] Twisted 15.4 was the last release to support Python 2.6; or: a HawkOwl Can't Words Situation Date: Wed, 30 Dec 2015 01:13:37 +0300 Lines: 36 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de /5/qjg9Sg+qASxcGFNe8wghKCxiwvSnNtWUmWe8SRYiQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:: [': 0.03; 'subject:Python': 0.05; 'supported,': 0.07; 'cc:addr:python-list': 0.09; 'from:addr:techtonik': 0.09; 'from:name:anatoly techtonik': 0.09; 'url:releases': 0.09; 'python': 0.10; 'subject: \n ': 0.15; 'anatoly': 0.16; 'bracket': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'twisted': 0.16; 'wrote:': 0.16; 'deployment': 0.18; 'subject:] ': 0.19; '2015': 0.20; 'cc:addr:python.org': 0.20; 'fix': 0.21; 'cc:2**1': 0.22; 'meant': 0.22; 'everyone!': 0.22; 'subject:release': 0.22; 'subject:support': 0.22; 'dec': 0.23; 'import': 0.24; 'header:In- Reply-To:1': 0.24; 'mon,': 0.24; 'message-id:@mail.gmail.com': 0.27; '2.6': 0.27; 'cc:no real name:2**1': 0.29; 'url:mailman': 0.30; 'subject:last': 0.30; 'statement': 0.32; 'url:listinfo': 0.34; 'list': 0.34; 'received:google.com': 0.35; 'something': 0.35; 'received:209.85': 0.36; 'possible': 0.36; 'skip:_ 40': 0.36; 'notes': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'release': 0.37; 'received:209': 0.38; 'drop': 0.38; 'mailing': 0.38; 'subject:the': 0.39; 'subject:-': 0.39; 'where': 0.40; 'still': 0.40; 'your': 0.60; 'maximum': 0.61; 'url:0': 0.63; 'said:': 0.66; 'news': 0.68; 'attention': 0.76; 'amber': 0.84; 'url:trac': 0.84; 'wholesale,': 0.84; 'preventing': 0.91; 'slipped': 0.91; 'subject:; ': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=dpnJzPwoyfTtVxybuZObQV7RinNrbrd20vfAWL0QT5w=; b=r1ERUQnFjA5yA/Ijahq4H0rXrqC7k6ZRSlU0iX+ozg7Hn1S7loRjAdSK3klSgSb+3L /yQCrtS9mT2cw2mRjplaoqLryORu499qthnJ3fNA6olQr44sI5tgY361QU1/UrTVA8Qv 4KhKpghjOOQNM/1wP5YjxQ/PjDd2yfg+MqvSEu+ctJfUd7INw7oEuk04lJe9fpps9h6G ikfBLWr11nuLxesMk5LI6axgxqKTZMtd5nIsPmaSJm1OzO6vRWUIv6M2k0uXk35MEmd1 fW0V+w3SqIoEoITU2mHSTzqE5cqLhzfJ1VuAVwK73BpxwehuINYpq/dqULseNFq+fVR6 f0eg== X-Received: by 10.25.218.196 with SMTP id r187mr22750138lfg.59.1451427236786; Tue, 29 Dec 2015 14:13:56 -0800 (PST) In-Reply-To: X-Mailman-Approved-At: Wed, 30 Dec 2015 03:49:36 -0500 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100980 Is it possible to fix the documentation? https://twistedmatrix.com/trac/browser/tags/releases/twisted-15.5.0/NEWS?fo= rmat=3Draw On Mon, Dec 7, 2015 at 4:06 PM, Amber "Hawkie" Brown wrote: > Hi everyone! > > It's been brought to my attention that I misworded something in the relea= se notes and it slipped through the cracks. In the NEWS I said: > >> This is the last Twisted release where Python 2.6 is supported, on any p= latform. > > However, I meant that this is the first Twisted release to drop 2.6 suppo= rt wholesale, preventing import on this platform. Twisted 15.4 will still o= perate, so if you have Python 2.6 deployment requirements, bracket the maxi= mum to 15.4 on that platform by using an if statement in your setup.py, and= `Twisted >=3D*minreq*,<=3D15.4; python_version < '2.7'` under requires_dis= t in your setup.cfg, where minreq is the minimum required Twisted. > > Sorry for the inconvenience! > > - Amber "HawkOwl" Brown > Twisted Release Manager > > _______________________________________________ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > --=20 anatoly t.