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


Groups > comp.lang.python > #100980

Re: [Twisted-Python] Twisted 15.4 was the last release to support Python 2.6; or: a HawkOwl Can't Words Situation

From anatoly techtonik <techtonik@gmail.com>
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 2015-12-30 01:13 +0300
Message-ID <mailman.66.1451465377.11925.python-list@python.org> (permalink)
References <A99237EA-2D90-41F8-8895-B436FA880456@atleastfornow.net>

Show all headers | View raw


Is it possible to fix the documentation?
https://twistedmatrix.com/trac/browser/tags/releases/twisted-15.5.0/NEWS?format=raw

On Mon, Dec 7, 2015 at 4:06 PM, Amber "Hawkie" Brown
<hawkowl@atleastfornow.net> wrote:
> Hi everyone!
>
> It's been brought to my attention that I misworded something in the release 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 platform.
>
> However, I meant that this is the first Twisted release to drop 2.6 support wholesale, preventing import on this platform. Twisted 15.4 will still operate, so if you have Python 2.6 deployment requirements, bracket the maximum to 15.4 on that platform by using an if statement in your setup.py, and `Twisted >=*minreq*,<=15.4; python_version < '2.7'` under requires_dist 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
>



-- 
anatoly t.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: [Twisted-Python] Twisted 15.4 was the last release to support Python 2.6; or: a HawkOwl Can't Words Situation anatoly techtonik <techtonik@gmail.com> - 2015-12-30 01:13 +0300

csiph-web