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


Groups > comp.lang.python > #100083

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

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From "Amber \"Hawkie\" Brown" <hawkowl@atleastfornow.net>
Newsgroups comp.lang.python
Subject Twisted 15.4 was the last release to support Python 2.6; or: a HawkOwl Can't Words Situation
Date Mon, 7 Dec 2015 21:06:41 +0800
Lines 47
Message-ID <mailman.14.1449493616.12405.python-list@python.org> (permalink)
Mime-Version 1.0 (Mac OS X Mail 9.1 \(3096.5\))
Content-Type multipart/signed; boundary="Apple-Mail=_EB6F2DFC-AE39-4412-9ACB-1956178F8ED7"; protocol="application/pgp-signature"; micalg=pgp-sha256
X-Trace news.uni-berlin.de oeHwrHSwAk3oCWHzzPc4TgFlZyS9Iu9Kwxxg9Wa61NGQ==
Return-Path <hawkowl@atleastfornow.net>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.081
X-Spam-Evidence '*H*': 0.84; '*S*': 0.00; 'subject:Python': 0.05; 'supported,': 0.07; 'python': 0.10; 'bracket': 0.16; 'filename:fname piece:signature': 0.16; 'received:192.168.1.4': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'twisted': 0.16; 'deployment': 0.18; 'meant': 0.22; 'everyone!': 0.22; 'subject:release': 0.22; 'subject:support': 0.22; 'import': 0.24; 'to:no real name:2**1': 0.27; '2.6': 0.27; 'received:dreamhost.com': 0.29; 'received:g.dreamhost.com': 0.29; 'subject:last': 0.30; 'statement': 0.32; 'skip:> 10': 0.35; 'something': 0.35; 'notes': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'release': 0.37; 'charset:us-ascii': 0.37; 'drop': 0.38; 'minimum': 0.38; 'subject:the': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'still': 0.40; 'your': 0.60; 'maximum': 0.61; 'header:Message- Id:1': 0.61; 'said:': 0.66; 'news': 0.68; 'attention': 0.76; 'amber': 0.84; 'wholesale,': 0.84; 'preventing': 0.91; 'slipped': 0.91; 'subject:; ': 0.91
DKIM-Signature v=1; a=rsa-sha1; c=relaxed; d=atleastfornow.net; h=from :content-type:subject:date:message-id:to:mime-version; s= atleastfornow.net; bh=tFVezLrI4YX0leW5bLuhVFGBD/I=; b=xu26w7bpYy shiI7Wv6juzhFwkhcHp5hnzAYtr24RDLrzhsUWOI30cI7Y3QLt3kKlVeVFwwe0Wu Bsn+AUe3T8162OIYVsZBi2Dk/S5O3iDQAjxTn4xRI2I7m2M0skQbMGc7blkZkW/J yQ8P1PhIkAFtF3vONtuAV5wmr3X0XD/B0=
X-Pgp-Agent GPGMail 2.6b2
X-Mailer Apple Mail (2.3096.5)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:100083

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

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

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


Thread

Twisted 15.4 was the last release to support Python 2.6; or: a HawkOwl Can't Words Situation "Amber \"Hawkie\" Brown" <hawkowl@atleastfornow.net> - 2015-12-07 21:06 +0800

csiph-web