Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42941 > unrolled thread
| Started by | Georg Brandl <georg@python.org> |
|---|---|
| First post | 2013-04-06 22:43 +0200 |
| Last post | 2013-04-06 13:48 -0700 |
| Articles | 4 — 3 participants |
Back to article view | Back to comp.lang.python
[RELEASED] Python 3.2.4 and Python 3.3.1 Georg Brandl <georg@python.org> - 2013-04-06 22:43 +0200
Re: [RELEASED] Python 3.2.4 and Python 3.3.1 cmcp <mcphail_colin@hotmail.com> - 2013-04-06 13:48 -0700
Re: [RELEASED] Python 3.2.4 and Python 3.3.1 Georg Brandl <g.brandl@gmx.net> - 2013-04-06 23:03 +0200
Re: [RELEASED] Python 3.2.4 and Python 3.3.1 cmcp <mcphail_colin@hotmail.com> - 2013-04-06 13:48 -0700
| From | Georg Brandl <georg@python.org> |
|---|---|
| Date | 2013-04-06 22:43 +0200 |
| Subject | [RELEASED] Python 3.2.4 and Python 3.3.1 |
| Message-ID | <mailman.208.1365280968.3114.python-list@python.org> |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On behalf of the Python development team, I am pleased to announce the
final releases of Python 3.2.4 and 3.3.1.
Python 3.2.4 is the final regular maintenance release for the Python 3.2
series, while Python 3.3.1 is the first maintenance release for the 3.3
series. Both releases include hundreds of bugfixes.
There has recently been a lot of discussion about XML-based denial of service
attacks. Specifically, certain XML files can cause XML parsers, including ones
in the Python stdlib, to consume gigabytes of RAM and swamp the CPU. These
releases do not include any changes in Python XML code to address these issues.
Interested parties should examine the defusedxml package on PyPI:
https://pypi.python.org/pypi/defusedxml
To download Python 3.2.4 or Python 3.3.1, visit:
http://www.python.org/download/releases/3.2.4/ or
http://www.python.org/download/releases/3.3.1/
respectively. As always, please report bugs to
http://bugs.python.org/
Enjoy!
- --
Georg Brandl, Release Manager
georg at python.org
(on behalf of the entire python-dev team and all contributors)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iEYEARECAAYFAlFgiN8ACgkQN9GcIYhpnLAXxQCdHAd2lECpYfmYM4Wbd3I01es4
898AoKBDvHtgecD/PeVRKUrdQRSWGPJg
=K8RQ
-----END PGP SIGNATURE-----
[toc] | [next] | [standalone]
| From | cmcp <mcphail_colin@hotmail.com> |
|---|---|
| Date | 2013-04-06 13:48 -0700 |
| Message-ID | <7cbf1c26-83a4-4511-8ce1-8f9879795bb8@googlegroups.com> |
| In reply to | #42941 |
On Saturday, 6 April 2013 21:43:11 UTC+1, Georg Brandl wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > On behalf of the Python development team, I am pleased to announce the > > final releases of Python 3.2.4 and 3.3.1. > The Python 3.3.1 Release page on python.org still says "This is a preview release, and its use is not recommended in production settings." I'm assuming this is just an oversight?
[toc] | [prev] | [next] | [standalone]
| From | Georg Brandl <g.brandl@gmx.net> |
|---|---|
| Date | 2013-04-06 23:03 +0200 |
| Message-ID | <mailman.211.1365282212.3114.python-list@python.org> |
| In reply to | #42943 |
Am 06.04.2013 22:48, schrieb cmcp: > On Saturday, 6 April 2013 21:43:11 UTC+1, Georg Brandl wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> >> Hash: SHA1 >> >> >> >> On behalf of the Python development team, I am pleased to announce the >> >> final releases of Python 3.2.4 and 3.3.1. >> > The Python 3.3.1 Release page on python.org still says "This is a preview > release, and its use is not recommended in production settings." I'm > assuming this is just an oversight? Yes. Thanks for the report, it's fixed now. Georg
[toc] | [prev] | [next] | [standalone]
| From | cmcp <mcphail_colin@hotmail.com> |
|---|---|
| Date | 2013-04-06 13:48 -0700 |
| Message-ID | <mailman.210.1365281339.3114.python-list@python.org> |
| In reply to | #42941 |
On Saturday, 6 April 2013 21:43:11 UTC+1, Georg Brandl wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > On behalf of the Python development team, I am pleased to announce the > > final releases of Python 3.2.4 and 3.3.1. > The Python 3.3.1 Release page on python.org still says "This is a preview release, and its use is not recommended in production settings." I'm assuming this is just an oversight?
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web