Hello all, Georg said in February that 3.2.7 is going to be released, and now it's June. Will it ever be released? pip [2], virtualenv [3] and setuptools [4] have all dropped Python 3.2 support, and there's no new commits since 2016/01/15 on CPython's 3.2 branch. I'd like to know CPython's attitude against Python 3.2. Is it still maintained? Or is it dead? [1] https://mail.python.org/pipermail/python-dev/2016-February/143300.html [2] https://github.com/pypa/pip/commit/b11cb019a47ff0cf3d8a37a0c89d8ae4cf25282f [3] https://github.com/pypa/virtualenv/commit/8132fa3a826ff1ba0c0c065563b9733c2e... [4] https://github.com/pypa/setuptools/commit/ae6c73f07680da77345f5ccfac4facde30...
On Sat, 11 Jun 2016 at 08:05 Chi Hsuan Yen <yan12125@gmail.com> wrote:
Hello all,
Georg said in February that 3.2.7 is going to be released, and now it's June. Will it ever be released?
pip [2], virtualenv [3] and setuptools [4] have all dropped Python 3.2 support, and there's no new commits since 2016/01/15 on CPython's 3.2 branch. I'd like to know CPython's attitude against Python 3.2. Is it still maintained? Or is it dead?
It's up to Georg to decide to do one final source-only release. But to the rest of us it's reached its end-of-life. Basically checking out the source code will more-or-less be the same as whatever Georg relesases (sans tweaking some version numbers). -Brett
[1] https://mail.python.org/pipermail/python-dev/2016-February/143300.html [2] https://github.com/pypa/pip/commit/b11cb019a47ff0cf3d8a37a0c89d8ae4cf25282f [3] https://github.com/pypa/virtualenv/commit/8132fa3a826ff1ba0c0c065563b9733c2e... [4] https://github.com/pypa/setuptools/commit/ae6c73f07680da77345f5ccfac4facde30... _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/brett%40python.org
On Sat, Jun 11, 2016 at 8:59 AM, Chi Hsuan Yen <yan12125@gmail.com> wrote:
Hello all,
Georg said in February that 3.2.7 is going to be released, and now it's June. Will it ever be released?
Hi, It was delayed because of a security issue. See Georg's email at https://mail.python.org/pipermail/python-dev/2016-February/143400.html --Berker
On Sun, Jun 12, 2016 at 1:02 AM, Berker Peksağ <berker.peksag@gmail.com> wrote:
On Sat, Jun 11, 2016 at 8:59 AM, Chi Hsuan Yen <yan12125@gmail.com> wrote:
Hello all,
Georg said in February that 3.2.7 is going to be released, and now it's June. Will it ever be released?
Hi,
It was delayed because of a security issue. See Georg's email at https://mail.python.org/pipermail/python-dev/2016-February/143400.html
--Berker
Thanks for that. I'm just curious what's happening on the 3.2 branch.
On 06/11/2016 07:41 PM, Chi Hsuan Yen wrote:
On Sun, Jun 12, 2016 at 1:02 AM, Berker Peksağ <berker.peksag@gmail.com <mailto:berker.peksag@gmail.com>> wrote:
On Sat, Jun 11, 2016 at 8:59 AM, Chi Hsuan Yen <yan12125@gmail.com <mailto:yan12125@gmail.com>> wrote: > Hello all, > > Georg said in February that 3.2.7 is going to be released, and now it's > June. Will it ever be released?
Hi,
It was delayed because of a security issue. See Georg's email at https://mail.python.org/pipermail/python-dev/2016-February/143400.html
--Berker
Thanks for that. I'm just curious what's happening on the 3.2 branch.
Patches being available now, I'll do the releases this weekend. Georg
participants (4)
-
Berker Peksağ -
Brett Cannon -
Chi Hsuan Yen -
Georg Brandl