5 Sep
2011
5 Sep
'11
7:53 a.m.
On Mon, Sep 5, 2011 at 1:09 AM, Chris McDonough <chrism@plope.com> wrote:
I've given Python 3 support to zope.deprecation at http://svn.zope.org/zope.deprecation/branches/chrism-unittesting/
- Which Python versions is this thing meant to support? I have it functioning under 2.5, 2.6, 2.7 (and 3.2). Do we need it to support 2.4?
We no longer need Python 2.4 compatibility for new stuff (only for bugfixes to ZTK 1.0).
- I presume the version number after merge should be bumped to 3.5 (it was branched from 3.42dev)?
Yes, we treat Python 3 compatibility as a new feature. So this will only go into ZTK trunk. Hanno