Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > RELEASED Python 3.0rc3

Reply
Thread Tools

RELEASED Python 3.0rc3

 
 
Barry Warsaw
Guest
Posts: n/a
 
      11-21-2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On behalf of the Python development team and the Python community, I
am happy to announce the third and last planned release candidate for
Python 3.0.

This is a release candidate, so while it is not quite suitable for
production environments, we strongly encourage you to download and
test this release on your software. We expect only critical bugs to
be fixed between now and the final release, currently planned for 03-
Dec-2008.

If you find things broken or incorrect, please submit bug reports at

http://bugs.python.org

Please read the RELNOTES file in the distribution for important
details about this release. For more information and downloadable
distributions, see the Python 3.0 website:

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

See PEP 361 for release schedule details:

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

Enjoy,
- -Barry

Barry Warsaw

Python 2.6/3.0 Release Manager
(on behalf of the entire python-dev team)

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

iQCVAwUBSSbOhHEjvBPtnXfVAQLzBwP/dS2j4XhZMNdb28TG3ZblkSmlPS4IU20U
Vvq85inUkJ6idwKZBqa6brrD1hbqrl4UjKZh4/ppzhIwsJtFMlMiqnkHVrvIYFBG
Yg+pQdO5HQzrw9K04aTdtNiKTiiJNIkqWdQQUd573XBFODRAIa q0qwk9C24kXeZM
e3xNgNRxfmY=
=TvxY
-----END PGP SIGNATURE-----
 
Reply With Quote
 
 
 
 
Mensanator
Guest
Posts: n/a
 
      11-22-2008
On Nov 21, 9:06*am, Barry Warsaw <ba...@python.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On behalf of the Python development team and the Python community, I *
> am happy to announce the third and last planned release candidate for *
> Python 3.0.
>
> This is a release candidate, so while it is not quite suitable for *
> production environments, we strongly encourage you to download and *
> test this release on your software. *We expect only critical bugs to *
> be fixed between now and the final release, currently planned for 03-
> Dec-2008.


I'm getting confused. Final release will just say Python 3.0, right?

And 2.6 is in final release? So when ActiveState speaks of 2.6.0.0
they mean a final release?

So, if the IDLE from ActiveState comes up and says 2.6 (indicating
final release), shouldn't the copywrite message also say 2.6
instead of 2.6rc1 as shown here?


Python 2.6rc1 (r26rc1:66438, Sep 13 2008, 09:20:3 [MSC v.1500 32
bit
(Intel)] on win32
Type "copyright", "credits" or "license()" for more information.

************************************************** **************
Personal firewall software may warn about the connection IDLE
makes to its subprocess using this computer's internal loopback
interface. This connection is not visible on any external
interface and no data is sent to or received from the Internet.
************************************************** **************

IDLE 2.6




 
Reply With Quote
 
 
 
 
Steve Holden
Guest
Posts: n/a
 
      11-22-2008
Mensanator wrote:
> On Nov 21, 9:06 am, Barry Warsaw <ba...@python.org> wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On behalf of the Python development team and the Python community, I
>> am happy to announce the third and last planned release candidate for
>> Python 3.0.
>>
>> This is a release candidate, so while it is not quite suitable for
>> production environments, we strongly encourage you to download and
>> test this release on your software. We expect only critical bugs to
>> be fixed between now and the final release, currently planned for 03-
>> Dec-2008.

>
> I'm getting confused. Final release will just say Python 3.0, right?
>
> And 2.6 is in final release? So when ActiveState speaks of 2.6.0.0
> they mean a final release?
>
> So, if the IDLE from ActiveState comes up and says 2.6 (indicating
> final release), shouldn't the copywrite message also say 2.6
> instead of 2.6rc1 as shown here?
>
>
> Python 2.6rc1 (r26rc1:66438, Sep 13 2008, 09:20:3 [MSC v.1500 32
> bit
> (Intel)] on win32
> Type "copyright", "credits" or "license()" for more information.
>


Indeed it should. This is my Windows 2.6 installed from 2.6 final on
python.org:

C:\Users\sholden>\python26\python
Python 2.6 (r26:66721, Oct 2 2008, 11:35:03) [MSC v.1500 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>


You will note that the Subversion version number is considerably higher.
Don't worry, 2.6.1 will be out in a month or so

regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC http://www.holdenweb.com/

 
Reply With Quote
 
Aahz
Guest
Posts: n/a
 
      11-22-2008
In article <4c8b9dad-d978-408d-8b44->,
Mensanator <> wrote:
>
>So, if the IDLE from ActiveState comes up and says 2.6 (indicating
>final release), shouldn't the copywrite message also say 2.6
>instead of 2.6rc1 as shown here?


That would be an "oops"; please file a bug report, we're going to be
releasing 2.6.1 about the same time as 3.0.
--
Aahz () <*> http://www.pythoncraft.com/

"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan
 
Reply With Quote
 
Mensanator
Guest
Posts: n/a
 
      11-22-2008
On Nov 22, 9:32�am, a...@pythoncraft.com (Aahz) wrote:
> In article <4c8b9dad-d978-408d-8b44-bf7e9c0bf...@v4g2000yqa.googlegroups.com>,
>
> Mensanator �<mensana...@aol.com> wrote:
>
> >So, if the IDLE from ActiveState comes up and says 2.6 (indicating
> >final release), shouldn't the copywrite message also say 2.6
> >instead of 2.6rc1 as shown here?

>
> That would be an "oops"; please file a bug report,


Done.

> we're going to be
> releasing 2.6.1 about the same time as 3.0.
> --
> Aahz (a...@pythoncraft.com) � � � � � <*> � � � �http://www.pythoncraft.com/
>
> "It is easier to optimize correct code than to correct optimized code."
> --Bill Harlan


 
Reply With Quote
 
Trent Mick
Guest
Posts: n/a
 
      11-24-2008
> And 2.6 is in final release? So when ActiveState speaks of 2.6.0.0
> they mean a final release?


Yes. The first three parts of the ActivePython version are the same as
the core Python version on which it is based.


> So, if the IDLE from ActiveState comes up and says 2.6 (indicating
> final release), shouldn't the copywrite message also say 2.6
> instead of 2.6rc1 as shown here?
>
> Python 2.6rc1 (r26rc1:66438, Sep 13 2008, 09:20:3 [MSC v.1500 32
> bit
> (Intel)] on win32
> Type "copyright", "credits" or "license()" for more information.


This is what I get when I run IDLE with ActivePython 2.6.0.0 installed:

-----
Python 2.6 (r26:66714, Nov 11 2008, 10:21:19) [MSC v.1500 32 bit
(Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
-----

I ran it like this:

C:\Python26> pythonw.exe Lib\idelib\idle.pyw


I believe there is a problem with your install. My guess is that your
ActivePython install is using an older python26.dll sitting around
somewhere.

Is there a python26.dll somewhere in your "C:\Python26" directory, or
wherever you installed ActivePython 2.6?



Trent

--
Trent Mick
trentm at activestate.com
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: [Python-Dev] [python-committers] [RELEASED] Python 3.2 rc 1 R. David Murray Python 0 01-17-2011 02:23 PM
Re: [Python-Dev] [python-committers] [RELEASED] Python 3.2 rc 1 Senthil Kumaran Python 0 01-17-2011 10:31 AM
Re: [Python-Dev] [Python-3000] RELEASED Python 2.6a1 and 3.0a3 Martin v. Löwis Python 0 03-01-2008 10:51 PM
Re: [Python-Dev] [Python-3000] RELEASED Python 2.6a1 and 3.0a3 Paul Moore Python 0 03-01-2008 10:39 PM
Re: pymozilla ([Python-Dev] RELEASED Python 2.3.3 (releasecandidate 1) - custom Py_Initialize()) Wiktor Sadowski Python 4 12-24-2003 12:08 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57