473,394 Members | 1,702 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

RELEASED Python 2.6a2 and 3.0a4

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On behalf of the Python development team and the Python community, I'm
happy to announce the second alpha release of Python 2.6, and the
fourth alpha release of Python 3.0.

Please note that these are alpha releases, and as such are not
suitable for production environments. We continue to strive for a
high degree of quality, but there are still some known problems and
the feature sets have not been finalized. These alphas are being
released to solicit feedback and hopefully discover bugs, as well as
allowing you to determine how changes in 2.6 and 3.0 might impact
you. If you find things broken or incorrect, please submit a bug
report at

http://bugs.python.org

For more information and downloadable distributions, see the Python
2.6 web
site:

http://www.python.org/download/releases/2.6/

and the Python 3.0 web site:

http://www.python.org/download/releases/3.0/

We are planning one more alpha release of each version, followed by
two beta releases, with the final releases planned for August 2008.
See PEP 361 for release details:

http://www.python.org/dev/peps/pep-0361/

Enjoy,
- -Barry

Barry Warsaw
ba***@python.org
Python 2.6/3.0 Release Manager
(on behalf of the entire python-dev team)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)

iQCVAwUBR/WImHEjvBPtnXfVAQJmoQP+MzqNDI+Xt8zua/FE7Ca4TVXoIIy2uoOm
I1i3+vmevZ9vtAb9hcGwfEgPY4LSwb9Js4KnJJWMPaMuFJK4Ng GoiMdj+t42zDbQ
bEzfBUOCoVkejLRxIQnWeJf1Hu8JocYyCHIRffv57/QdKpHuiSs8aE8GIT3STo3o
I88H5NY1GgI=
=WT2z
-----END PGP SIGNATURE-----
Apr 4 '08 #1
9 1240
On 4 Apr, 03:47, Barry Warsaw <ba...@python.orgwrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On behalf of the Python development team and the Python community, I'm *
happy to announce the second alpha release of Python 2.6, and the *
fourth alpha release of Python 3.0.

Please note that these are alpha releases, and as such are not *
suitable for production environments. *We continue to strive for a *
high degree of quality, but there are still some known problems and *
the feature sets have not been finalized. *These alphas are being *
released to solicit feedback and hopefully discover bugs, as well as *
allowing you to determine how changes in 2.6 and 3.0 might impact *
you. *If you find things broken or incorrect, please submit a bug *
report at

* *http://bugs.python.org

For more information and downloadable distributions, see the Python *
2.6 web
site:

* *http://www.python.org/download/releases/2.6/

and the Python 3.0 web site:

* *http://www.python.org/download/releases/3.0/

We are planning one more alpha release of each version, followed by *
two beta releases, with the final releases planned for August 2008. *
See PEP 361 for release details:

* * *http://www.python.org/dev/peps/pep-0361/

Enjoy,
- -Barry

Barry Warsaw
ba...@python.org
Python 2.6/3.0 Release Manager
(on behalf of the entire python-dev team)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)

iQCVAwUBR/WImHEjvBPtnXfVAQJmoQP+MzqNDI+Xt8zua/FE7Ca4TVXoIIy2uoOm
I1i3+vmevZ9vtAb9hcGwfEgPY4LSwb9Js4KnJJWMPaMuFJK4Ng GoiMdj+t42zDbQ
bEzfBUOCoVkejLRxIQnWeJf1Hu8JocYyCHIRffv57/QdKpHuiSs8aE8GIT3STo3o
I88H5NY1GgI=
=WT2z
-----END PGP SIGNATURE-----
The Windows x86 MSI installer is missing for both 2.6 and 3.0.
--- Giampaolo
http://code.google.com/p/pyftpdlib
Apr 4 '08 #2
The Windows x86 MSI installer is missing for both 2.6 and 3.0.

And likely will continue to do so for some time.

Regards,
Martin
Apr 4 '08 #3
On 4 Apr., 21:45, "Martin v. Löwis" <mar...@v.loewis.dewrote:
The Windows x86 MSI installer is missing for both 2.6 and 3.0.

And likely will continue to do so for some time.

Regards,
Martin
Fine. Is there also a reason?
Apr 5 '08 #4

"Kay Schluehr" <ka**********@gmx.netwrote in message
news:f4**********************************@b1g2000h sg.googlegroups.com...
On 4 Apr., 21:45, "Martin v. Löwis" <mar...@v.loewis.dewrote:
The Windows x86 MSI installer is missing for both 2.6 and 3.0.

And likely will continue to do so for some time.
Fine. Is there also a reason?
==========================

On PyDev, Martin gave just (but only) a bit more detail, to the effect that
he has run into problems with the new Microsoft compiler being used for
2.6/3.0 that apparently did not crop up with the previous alpha releases a
month ago. I think we should be patient and not bug him for more.

Terry

Apr 5 '08 #5
Kay Schluehr wrote:
On 4 Apr., 21:45, "Martin v. Löwis" <mar...@v.loewis.dewrote:
>>The Windows x86 MSI installer is missing for both 2.6 and 3.0.
And likely will continue to do so for some time.

Regards,
Martin

Fine. Is there also a reason?
Sure! I don't have the time to spell it out, though, please
look at the python-dev archives. If you want to help, please
contact me in private.

Regards,
Martin
Apr 5 '08 #6
On Apr 5, 5:45 am, "Martin v. Löwis" <mar...@v.loewis.dewrote:
The Windows x86 MSI installer is missing for both 2.6 and 3.0.

And likely will continue to do so for some time.

Someone's got strange definitions of "missing"!

For each there's a link on the the ptyhon.org website, and a caveat
about non-Administrator installation ...

If it's missing, then what do I expect to find in the 11.7Mb 2.6a2 msi
that is downloading as I type?

Apr 5 '08 #7
John Machin wrote:
On Apr 5, 5:45 am, "Martin v. Löwis" <mar...@v.loewis.dewrote:
>>The Windows x86 MSI installer is missing for both 2.6 and 3.0.
And likely will continue to do so for some time.


Someone's got strange definitions of "missing"!
Rather a flexible definition of "some time"; this turned out to be
roughly 40 hours.

Regards,
Martin
Apr 6 '08 #8
On 6 Apr, 00:55, John Machin <sjmac...@lexicon.netwrote:
On Apr 5, 5:45 am, "Martin v. Löwis" <mar...@v.loewis.dewrote:
The Windows x86 MSI installer is missing for both 2.6 and 3.0.
And likely will continue to do so for some time.

Someone's got strange definitions of "missing"!

For each there's a link on the the ptyhon.org website, and a caveat
about non-Administrator installation ...

If it's missing, then what do I expect to find in the 11.7Mb 2.6a2 msi
that is downloading as I type?
At the time I replied they were both missing (in fact that's why I
replied :-)).
--- Giampaolo
http://code.google.com/p/pyftpdlib
Apr 6 '08 #9
On Apr 7, 12:50 am, "Giampaolo Rodola'" <gne...@gmail.comwrote:
On 6 Apr, 00:55, John Machin <sjmac...@lexicon.netwrote:
On Apr 5, 5:45 am, "Martin v. Löwis" <mar...@v.loewis.dewrote:
The Windows x86 MSI installer is missing for both 2.6 and 3.0.
And likely will continue to do so for some time.
Someone's got strange definitions of "missing"!
For each there's a link on the the ptyhon.org website, and a caveat
about non-Administrator installation ...
If it's missing, then what do I expect to find in the 11.7Mb 2.6a2 msi
that is downloading as I type?

At the time I replied they were both missing (in fact that's why I
replied :-)).
And at the time I replied, at least one was available but the most
recent information in this newsgroup was that they were unavailable
and would be so for some fuzzily-denominated duration which seemed
seriously long ... perhaps my two different and not totally reliable
news-reading facilities skipped a posting :-)
Apr 6 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Bryan J Gudorf | last post by:
Python Database Objects 1.1.0 has been released. This fairly stable test release includes support for various databases through the mxODBC module. This release also adds more functionality through...
1
by: Thomas Heller | last post by:
ctypes 0.9.1 released - Sept 14, 2004 ===================================== Overview ctypes is a ffi (Foreign Function Interface) package for Python 2.3 and higher. ctypes allows to call...
19
by: Thomas Heller | last post by:
ctypes 0.9.2 released - Oct 28, 2004 ==================================== Overview ctypes is a ffi (Foreign Function Interface) package for Python 2.3 and higher. ctypes allows to call...
0
by: Michael Sparks | last post by:
Kamaelia 0.1.2 has been released! What is it? =========== Kamaelia is a collection of Axon components designed for network protocol experimentation in a single threaded, select based...
8
by: Luis M. Gonzalez | last post by:
IronPython 0.9 Released(8/2/2005 10:28:41 AM) http://www.microsoft.com/downloads/details.aspx?familyid=cf5ae627-5df1-4f8a-ba8b-d64f0676f43f&displaylang=en
4
by: Michael | last post by:
Hi! (OK, slightly silly subject line :) I'm extremely pleased to say - Kamaelia 0.4.0 has been released! What's New & Changed? =====================
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm announcing the release of Python 2.3.6 (release candidate 1). Python 2.3.6 is a security bug-fix release. While Python 2.5...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.6 (FINAL). Python 2.3.6 is a security bug-fix release. While Python 2.5 is the...
0
by: Guido van Rossum | last post by:
python-list@python.org] The first Python 3000 release is out -- Python 3.0a1. Be the first one on your block to download it! http://python.org/download/releases/3.0/ Excerpts: Python...
16
by: =?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?= | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.5.2 (release candidate 1). This is the second bugfix release of Python 2.5. Python...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.