[RELEASE] Python 3.4.2rc1 is now available
On behalf of the Python development community and the Python 3.4 release
team, I'm chuffed to announce the availability of Python 3.4.2rc1.
Python 3.4.2 has many bugfixes and other small improvements over 3.4.1.
One new feature for Mac OS X users: the OS X installers are now
distributed as signed installer package files compatible with the OS X
Gatekeeper security feature.
You can download it here:
https://www.python.org/download/releases/3.4.2
Be seeing you,
//arry/
Someone broke test_pydoc. Example: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.4/builds/...
Victor
2014-09-22 16:15 GMT+02:00 Larry Hastings <larry@hastings.org>:
On behalf of the Python development community and the Python 3.4 release team, I'm chuffed to announce the availability of Python 3.4.2rc1. Python 3.4.2 has many bugfixes and other small improvements over 3.4.1. One new feature for Mac OS X users: the OS X installers are now distributed as signed installer package files compatible with the OS X Gatekeeper security feature.
You can download it here:
https://www.python.org/download/releases/3.4.2
Be seeing you,
/arry
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers
(Trimmed CC)
I couldn't reproduce this, nor did I see it in any of the stable buildbots when Larry reported he had an issue with it. Now that he's pushed his branch, the buildbots are red with it. So...Larry broke it, but it is not obvious how. Could it be something wrong with the pydoc topics update for the release?
On Mon, 22 Sep 2014 16:58:50 +0200, Victor Stinner <victor.stinner@gmail.com> wrote:
Someone broke test_pydoc. Example: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.4/builds/...
Victor
2014-09-22 16:15 GMT+02:00 Larry Hastings <larry@hastings.org>:
On behalf of the Python development community and the Python 3.4 release team, I'm chuffed to announce the availability of Python 3.4.2rc1. Python 3.4.2 has many bugfixes and other small improvements over 3.4.1. One new feature for Mac OS X users: the OS X installers are now distributed as signed installer package files compatible with the OS X Gatekeeper security feature.
You can download it here:
https://www.python.org/download/releases/3.4.2
Be seeing you,
/arry
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers
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/rdmurray%40bitdance.com
On Mon, Sep 22, 2014 at 10:15 AM, R. David Murray <rdmurray@bitdance.com> wrote:
On Mon, 22 Sep 2014 16:58:50 +0200, Victor Stinner <victor.stinner@gmail.com> wrote:
Someone broke test_pydoc. Example: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.4/builds/...
I couldn't reproduce this, nor did I see it in any of the stable buildbots when Larry reported he had an issue with it. Now that he's pushed his branch, the buildbots are red with it. So...Larry broke it, but it is not obvious how. Could it be something wrong with the pydoc topics update for the release?
It is indeed the pydoc-topics update at fault. Further discussion in http://bugs.python.org/issue22461.
-- Zach
On 09/22/2014 03:58 PM, Victor Stinner wrote:
Someone broke test_pydoc. Example: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.4/builds/...
I broke it while making the release. Known bug, happened before, for 3.4.1rc1.
http://bugs.python.org/issue21431
We'll get it right for 3.4.2 final. I don't think we need to respin 3.4.2rc1 / add a 3.4.2rc2 for this.
On 09/22/2014 06:02 PM, Terry Reedy wrote:
On 9/22/2014 10:15 AM, Larry Hastings wrote:
You can download it here:
https://www.python.org/download/releases/3.4.2Unfortunately, I cannot. This actually links to https://www.python.org/download/releases/3.4.1
WFM. I'm guessing this was a CDN caching problem--I forgot to manually purge the cache. Does it work for you now?
//arry/
On 9/22/2014 10:15 AM, Larry Hastings wrote:
On behalf of the Python development community and the Python 3.4 release team, I'm chuffed to announce the availability of Python 3.4.2rc1. Python 3.4.2 has many bugfixes and other small improvements over 3.4.1. One new feature for Mac OS X users: the OS X installers are now distributed as signed installer package files compatible with the OS X Gatekeeper security feature.
You can download it here:
https://www.python.org/download/releases/3.4.2
Unfortunately, I cannot. This actually links to https://www.python.org/download/releases/3.4.1
This page, in spite of its name, does not have downloads. Instead it has "Please proceed to the download page for the download." with 'download page' linked to this same page that does not have downloads. Something seems messed up on the site.
If I manually go to https://www.python.org/downloads/release/python-342/ I get a similar page with no downloads. It has the same sentence as above that links to the 341 page with no downloads.
Terry Jan Reedy
In article <lvpkn3$mb4$1@ger.gmane.org>, Terry Reedy <tjreedy@udel.edu> wrote:
On 9/22/2014 10:15 AM, Larry Hastings wrote:
On behalf of the Python development community and the Python 3.4 release team, I'm chuffed to announce the availability of Python 3.4.2rc1. Python 3.4.2 has many bugfixes and other small improvements over 3.4.1. One new feature for Mac OS X users: the OS X installers are now distributed as signed installer package files compatible with the OS X Gatekeeper security feature.
You can download it here:
https://www.python.org/download/releases/3.4.2Unfortunately, I cannot. This actually links to https://www.python.org/download/releases/3.4.1
This page, in spite of its name, does not have downloads. Instead it has "Please proceed to the download page for the download." with 'download page' linked to this same page that does not have downloads. Something seems messed up on the site.
If I manually go to https://www.python.org/downloads/release/python-342/ I get a similar page with no downloads. It has the same sentence as above that links to the 341 page with no downloads.
The links should be OK now.
-- Ned Deily, nad@acm.org
On 9/22/2014 2:12 PM, Ned Deily wrote:
In article <lvpkn3$mb4$1@ger.gmane.org>, Terry Reedy <tjreedy@udel.edu> wrote:
On 9/22/2014 10:15 AM, Larry Hastings wrote:
On behalf of the Python development community and the Python 3.4 release team, I'm chuffed to announce the availability of Python 3.4.2rc1. Python 3.4.2 has many bugfixes and other small improvements over 3.4.1. One new feature for Mac OS X users: the OS X installers are now distributed as signed installer package files compatible with the OS X Gatekeeper security feature.
You can download it here:
https://www.python.org/download/releases/3.4.2Unfortunately, I cannot. This actually links to https://www.python.org/download/releases/3.4.1
This page, in spite of its name, does not have downloads. Instead it has "Please proceed to the download page for the download." with 'download page' linked to this same page that does not have downloads. Something seems messed up on the site.
If I manually go to https://www.python.org/downloads/release/python-342/ I get a similar page with no downloads. It has the same sentence as above that links to the 341 page with no downloads.
The links should be OK now.
This page still has this misleading section and sentence "Download Please proceed to the download page for the download." but it now links to itself rather than the 341 page. This should be removed.
The actual download files are now further down the page.
Am 23.09.2014 um 01:10 schrieb Terry Reedy:
On 9/22/2014 2:12 PM, Ned Deily wrote: This page still has this misleading section and sentence "Download Please proceed to the download page for the download." but it now links to itself rather than the 341 page. This should be removed.
The actual download files are now further down the page.
On the download page https://www.python.org/downloads/release/python-342/
the link 'Changelog for this release' points to the 3.4.1 entry, not 3.4.2rc1 entry:
https://docs.python.org/3.4/whatsnew/changelog.html#python-3-4-1
Thomas
On Sep 23, 2014, at 00:54, Thomas Heller <theller@ctypes.org> wrote:
On the download page https://www.python.org/downloads/release/python-342/
the link 'Changelog for this release' points to the 3.4.1 entry, not 3.4.2rc1 entry:
https://docs.python.org/3.4/whatsnew/changelog.html#python-3-4-1
Thanks, fixed.
-- Ned Deily
participants (7)
-
Larry Hastings -
Ned Deily -
R. David Murray -
Terry Reedy -
Thomas Heller -
Victor Stinner -
Zachary Ware