Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-10-02 Thread Oleg Broytman
On Mon, Oct 01, 2012 at 11:50:10PM +0200, Christian Heimes wrote: > Am 30.09.2012 14:01, schrieb Oleg Broytman: > >Many kudos to the team and to all contributors! > > > >Linux Weekly News regularly publishes tables "Who done what in Linux > > Kernel": http://lwn.net/Articles/507986/ > >

Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-10-01 Thread Christian Heimes
Am 30.09.2012 14:01, schrieb Oleg Broytman: >Many kudos to the team and to all contributors! > >Linux Weekly News regularly publishes tables "Who done what in Linux > Kernel": http://lwn.net/Articles/507986/ > http://lwn.net/SubscriberLink/517564/bec11e6ace6ad699/ > >It would be inter

Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-09-30 Thread Georg Brandl
On 09/29/2012 06:53 PM, Antoine Pitrou wrote: Hello, I've created a 3.3 category on the buildbots: http://buildbot.python.org/3.3/ http://buildbot.python.org/3.3.stable/ Someone will have to update the following HTML page: http://python.org/dev/buildbot/ Should be done now. Georg

Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-09-30 Thread Oleg Broytman
On Sun, Sep 30, 2012 at 01:26:28PM +0200, Georg Brandl wrote: > Thanks. It's really a team effort: a little digging in the hg history says > that: > > * 86 people have committed during the 3.3 development > * 70 during 3.2 development and > * 55 during 3.1 development > > No surprise the feature

Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-09-30 Thread Georg Brandl
Thanks. It's really a team effort: a little digging in the hg history says that: * 86 people have committed during the 3.3 development * 70 during 3.2 development and * 55 during 3.1 development No surprise the feature list is so long... cheers, Georg On 09/29/2012 05:52 PM, Guido van Rossum w

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-30 Thread Stefan Krah
Stefan Krah wrote: > Precision: 19 decimal digits > > float: > result: 3.1415926535897927 > time: 0.112874s > > cdecimal: > result: 3.141592653589793236 > time: 0.348100s > > decimal: > result: 3.141592653589793236 > time: 43.241220s Apparently there were concerns about the correctness of the

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-29 Thread Terry Reedy
On 9/29/2012 2:38 PM, Guido van Rossum wrote: Does this mean we want to re-open the discussion about decimal constants? Last time this came up I think we decided that we wanted to wait for cdecimal (which is obviously here) and work out how to handle contexts, the syntax, etc. I think that oug

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-29 Thread Chris Jerdonek
On Sat, Sep 29, 2012 at 10:09 PM, R. David Murray wrote: > On Sun, 30 Sep 2012 08:01:00 +1000, Tim Delaney > wrote: >> Also the example at >> http://docs.python.org/py3k/whatsnew/3.3.html#pep-409-suppressing-exception-contextreads: >> >> ... raise AttributeError(attr) from None... >>

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-29 Thread R. David Murray
On Sun, 30 Sep 2012 08:01:00 +1000, Tim Delaney wrote: > Also the example at > http://docs.python.org/py3k/whatsnew/3.3.html#pep-409-suppressing-exception-contextreads: > > ... raise AttributeError(attr) from None... > > Looks like there's an elipsis there that shouldn't be. This a

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-29 Thread Brett Cannon
On Sep 29, 2012 2:38 PM, "Guido van Rossum" wrote: > > On Sat, Sep 29, 2012 at 11:26 AM, Brett Cannon wrote: > > > > > > On Sat, Sep 29, 2012 at 9:07 AM, Paul Moore wrote: > >> > >> On 29 September 2012 10:17, Stefan Krah wrote: > >> > Tim Delaney wrote: > >> >> If those numbers are similar in

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-29 Thread Ned Deily
In article , Tim Delaney wrote: > BTW, "What's New": http://www.python.org/download/releases/3.3.0/ still > says 80x for decimal performance. Thanks for the report. The page has now been updated to match the final 3.3.0 release announcement post. -- Ned Deily, n...@acm.org __

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-29 Thread Tim Delaney
Also the example at http://docs.python.org/py3k/whatsnew/3.3.html#pep-409-suppressing-exception-contextreads: ... raise AttributeError(attr) from None... Looks like there's an elipsis there that shouldn't be. Tim Delaney ___ Python-Dev mail

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-29 Thread Tim Delaney
BTW, "What's New": http://www.python.org/download/releases/3.3.0/ still says 80x for decimal performance. Tim Delaney ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.or

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-29 Thread Chris Angelico
On Sun, Sep 30, 2012 at 4:26 AM, Brett Cannon wrote: > Does this mean we want to re-open the discussion about decimal constants? > Last time this came up I think we decided that we wanted to wait for > cdecimal (which is obviously here) and work out how to handle contexts, the > syntax, etc. Just

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-29 Thread Guido van Rossum
On Sat, Sep 29, 2012 at 11:26 AM, Brett Cannon wrote: > > > On Sat, Sep 29, 2012 at 9:07 AM, Paul Moore wrote: >> >> On 29 September 2012 10:17, Stefan Krah wrote: >> > Tim Delaney wrote: >> >> If those numbers are similar in other benchmarks, would it be accurate >> >> and/or >> >> reasonable

Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-09-29 Thread R. David Murray
On Sat, 29 Sep 2012 10:46:37 -0700, Glenn Linderman wrote: > On Sat, Sep 29, 2012 at 5:18 AM, Georg Brandl wrote: > >> In total, almost 500 API items are new or improved in Python 3.3. > >> For a more extensive list of changes in 3.3.0, see > >> > >> http://docs.python.org/3.3/whatsnew/3.3

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-29 Thread Brett Cannon
On Sat, Sep 29, 2012 at 9:07 AM, Paul Moore wrote: > On 29 September 2012 10:17, Stefan Krah wrote: > > Tim Delaney wrote: > >> If those numbers are similar in other benchmarks, would it be accurate > and/or > >> reasonable to include a statement along the lines of: > >> > >> "comparable to flo

Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-09-29 Thread Glenn Linderman
On Sat, Sep 29, 2012 at 5:18 AM, Georg Brandl wrote: In total, almost 500 API items are new or improved in Python 3.3. For a more extensive list of changes in 3.3.0, see http://docs.python.org/3.3/whatsnew/3.3.html Reading this to see if I missed anything while downloading the new releas

Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-09-29 Thread Antoine Pitrou
Hello, I've created a 3.3 category on the buildbots: http://buildbot.python.org/3.3/ http://buildbot.python.org/3.3.stable/ Someone will have to update the following HTML page: http://python.org/dev/buildbot/ Regards Antoine. On Sat, 29 Sep 2012 14:18:54 +0200 Georg Brandl wrote: > On beha

Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-09-29 Thread python
> Agreed - this is a really nice release, thanks to all who put it together. +1 Thank you! Malcolm ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/

Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-09-29 Thread Dave Angel
On 09/29/2012 08:23 AM, Amit Saha wrote: > On Sat, Sep 29, 2012 at 10:18 PM, Georg Brandl wrote: >> >> >> For a more extensive list of changes in 3.3.0, see >> >> http://docs.python.org/3.3/whatsnew/3.3.html > Redirects to http://docs.python.org/py3k/whatsnew/3.3.html: 404 Not Found. > > Wor

Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-09-29 Thread Guido van Rossum
Congrats Georg and team! I am incredibly proud of you all for producing such a great release. As the marketeers would say, "Python 3.3 is the best Python ever!" The feature list is amazing. --Guido On Sat, Sep 29, 2012 at 5:18 AM, Georg Brandl wrote: > On behalf of the Python development team, I

Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-09-29 Thread Paul Moore
On 29 September 2012 14:24, Eli Bendersky wrote: > On Sat, Sep 29, 2012 at 5:18 AM, Georg Brandl wrote: >> On behalf of the Python development team, I'm delighted to announce the >> Python 3.3.0 final release. >> > > Yay :) Agreed - this is a really nice release, thanks to all who put it togethe

Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-09-29 Thread Eli Bendersky
On Sat, Sep 29, 2012 at 5:18 AM, Georg Brandl wrote: > On behalf of the Python development team, I'm delighted to announce the > Python 3.3.0 final release. > Yay :) ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listin

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-29 Thread Paul Moore
On 29 September 2012 10:17, Stefan Krah wrote: > Tim Delaney wrote: >> If those numbers are similar in other benchmarks, would it be accurate and/or >> reasonable to include a statement along the lines of: >> >> "comparable to float performance - usually no more than 3x for calculations >> within

Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-09-29 Thread Amit Saha
On Sat, Sep 29, 2012 at 10:37 PM, Dave Angel wrote: > On 09/29/2012 08:23 AM, Amit Saha wrote: >> On Sat, Sep 29, 2012 at 10:18 PM, Georg Brandl wrote: >>> >>> >>> For a more extensive list of changes in 3.3.0, see >>> >>> http://docs.python.org/3.3/whatsnew/3.3.html >> Redirects to http://

Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-09-29 Thread Amit Saha
On Sat, Sep 29, 2012 at 10:18 PM, Georg Brandl wrote: > On behalf of the Python development team, I'm delighted to announce the > Python 3.3.0 final release. > > Python 3.3 includes a range of improvements of the 3.x series, as well > as easier porting between 2.x and 3.x. Major new features and

[Python-Dev] [RELEASED] Python 3.3.0

2012-09-29 Thread Georg Brandl
On behalf of the Python development team, I'm delighted to announce the Python 3.3.0 final release. Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x. Major new features and changes in the 3.3 release series are: * PEP 380, syntax for d

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-29 Thread Stefan Krah
Antoine Pitrou wrote: > > Wow! I had no idea cdecimal was that close in speed to float. That's > > seriously impressive. > > I think this means the performance difference is on the same order > of magnitude as the CPython interpretation overhead. Still, it's > impressive indeed. Of course, if yo

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-29 Thread Stefan Krah
Tim Delaney wrote: > If those numbers are similar in other benchmarks, would it be accurate and/or > reasonable to include a statement along the lines of: > > "comparable to float performance - usually no more than 3x for calculations > within the range of numbers covered by float" For numerical

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-28 Thread Antoine Pitrou
On Fri, 28 Sep 2012 21:51:39 +0100 Paul Moore wrote: > On 28 September 2012 19:19, Stefan Krah wrote: > > Brett Cannon wrote: > >> Georg Brandl wrote: > >> > * A C implementation of the "decimal" module, with up to 80x speedup > >> > for decimal-heavy applications > >> > >>

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-28 Thread Tim Delaney
On 29 September 2012 07:50, Tim Delaney wrote: > On 29 September 2012 06:51, Paul Moore wrote: > >> >> Wow! I had no idea cdecimal was that close in speed to float. That's >> seriously impressive. >> > > If those numbers are similar in other benchmarks, would it be accurate > and/or reasonable t

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-28 Thread Tim Delaney
On 29 September 2012 06:51, Paul Moore wrote: > > Wow! I had no idea cdecimal was that close in speed to float. That's > seriously impressive. > If those numbers are similar in other benchmarks, would it be accurate and/or reasonable to include a statement along the lines of: "comparable to flo

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-28 Thread Paul Moore
On 28 September 2012 19:19, Stefan Krah wrote: > Brett Cannon wrote: >> Georg Brandl wrote: >> > * A C implementation of the "decimal" module, with up to 80x speedup >> > for decimal-heavy applications >> >> Could you bump up the factor to 120x in the final announcement? Ther

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-28 Thread Stefan Krah
Brett Cannon wrote: > Georg Brandl wrote: > > * A C implementation of the "decimal" module, with up to 80x speedup > >     for decimal-heavy applications > > Could you bump up the factor to 120x in the final announcement? There were > a couple of performance improvements in t

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-28 Thread Brett Cannon
On Fri, Sep 28, 2012 at 11:40 AM, Stefan Krah wrote: > Georg Brandl wrote: > > * A C implementation of the "decimal" module, with up to 80x speedup > > for decimal-heavy applications > > Could you bump up the factor to 120x in the final announcement? There were > a couple of performance impr

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-28 Thread Stefan Krah
Georg Brandl wrote: > * A C implementation of the "decimal" module, with up to 80x speedup > for decimal-heavy applications Could you bump up the factor to 120x in the final announcement? There were a couple of performance improvements in the meantime, and this is what I'm consistently measur

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-24 Thread Ethan Furman
Mark Lawrence wrote: On 24/09/2012 07:18, Georg Brandl wrote: [snip impressive list of improvements] Yes, but apart from all that, what have the python devs ever done for us? Nothing :) I'll take that kind of nothing any day of the week! ;) ~Ethan~ __

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-24 Thread Mark Lawrence
On 24/09/2012 07:18, Georg Brandl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm delighted to announce the third release candidate of Python 3.3.0. This is a preview release, and its use is not recommended in production settings. Python 3.3 i

[Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012-09-23 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm delighted to announce the third release candidate of Python 3.3.0. This is a preview release, and its use is not recommended in production settings. Python 3.3 includes a range of improvements of the 3.x

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 2

2012-09-11 Thread Georg Brandl
Indeed, thanks for catching that. The GPG signatures are good, so the downloads are the original ones built by Martin. Georg On 11.09.2012 18:11, Perica Zivkovic wrote: > Just a small note, MD5 for RC2 file python-3.3.0rc2.msi is not correct on > http://python.org/download/releases/3.3.0/ > >

Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 2

2012-09-11 Thread Perica Zivkovic
Just a small note, MD5 for RC2 file python-3.3.0rc2.msi is not correct on http://python.org/download/releases/3.3.0/ it would be nice if someone can update it cheers, Perica On Sunday, September 9, 2012 4:25:39 AM UTC-5, Georg Brandl wrote: > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1

[Python-Dev] [RELEASED] Python 3.3.0 release candidate 2

2012-09-09 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm delighted to announce the second release candidate of Python 3.3.0. This is a preview release, and its use is not recommended in production settings. Python 3.3 includes a range of improvements of the 3.x

[Python-Dev] [RELEASED] Python 3.3.0 release candidate 1

2012-08-25 Thread Georg Brandl
On behalf of the Python development team, I'm delighted to announce the first release candidate of Python 3.3.0. This is a preview release, and its use is not recommended in production settings. Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting between 2.x

[Python-Dev] [RELEASED] Python 3.3.0 beta 2

2012-08-12 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm happy to announce the second beta release of Python 3.3.0 -- a little later than originally scheduled, but much better for it. This is a preview release, and its use is not recommended in production settin

Re: [Python-Dev] [RELEASED] Python 3.3.0 beta 1

2012-06-27 Thread Calvin Spealman
All, Congradulations. This is a big one! On Wed, Jun 27, 2012 at 2:10 AM, Georg Brandl wrote: > On behalf of the Python development team, I'm happy to announce the > first beta release of Python 3.3.0. > > This is a preview release, and its use is not recommended in > production settings. > >

Re: [Python-Dev] [RELEASED] Python 3.3.0 beta 1

2012-06-26 Thread Larry Hastings
On 06/26/2012 11:10 PM, Georg Brandl wrote: On behalf of the Python development team, I'm happy to announce the first beta release of Python 3.3.0. I <3 <3.<3 Thanks Georg! And everybody who contributed. Stoked, //arry/ ___ Python-Dev mailing lis

[Python-Dev] [RELEASED] Python 3.3.0 beta 1

2012-06-26 Thread Georg Brandl
On behalf of the Python development team, I'm happy to announce the first beta release of Python 3.3.0. This is a preview release, and its use is not recommended in production settings. Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x.

[Python-Dev] [RELEASED] Python 3.3.0 alpha 4

2012-05-31 Thread Georg Brandl
On behalf of the Python development team, I'm happy to announce the fourth alpha release of Python 3.3.0. This is a preview release, and its use is not recommended in production settings. Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x.

Re: [Python-Dev] [RELEASED] Python 3.3.0 alpha 3

2012-05-07 Thread Georg Brandl
On 05/07/2012 11:00 AM, Mark Shannon wrote: > Martin v. Löwis wrote: >>> The What's New document also starts with a long list of PEPs. >>> This seems to be the standard format as What's New for 3.2 follows the >>> same layout. >>> >>> Perhaps adding an overview or highlights at the start would be a

Re: [Python-Dev] [RELEASED] Python 3.3.0 alpha 3

2012-05-07 Thread Nick Coghlan
Any such summary prose will be written by the What's New author (Raymond Hettinger for the 3.x series). Such text definitely *won't* be written until after feature freeze (which occurs with the first beta, currently planned for late June). Until that time, the draft What's New is primarily rough n

Re: [Python-Dev] [RELEASED] Python 3.3.0 alpha 3

2012-05-07 Thread Mark Shannon
Martin v. Löwis wrote: The What's New document also starts with a long list of PEPs. This seems to be the standard format as What's New for 3.2 follows the same layout. Perhaps adding an overview or highlights at the start would be a good idea. You seem to assume that Python users are not able

Re: [Python-Dev] [RELEASED] Python 3.3.0 alpha 3

2012-05-07 Thread Martin v. Löwis
The What's New document also starts with a long list of PEPs. This seems to be the standard format as What's New for 3.2 follows the same layout. Perhaps adding an overview or highlights at the start would be a good idea. You seem to assume that Python users are not able to grasp long itemized

Re: [Python-Dev] [RELEASED] Python 3.3.0 alpha 3

2012-05-02 Thread Mark Shannon
Nick Coghlan wrote: On Wed, May 2, 2012 at 7:55 PM, Mark Shannon wrote: Or maybe three parts? New features. Behavioural changes (i.e. bug fixes) Performance enhancements The release PEPs are mainly there for *our* benefit, not end users. For end users, it's the What's New document that matte

Re: [Python-Dev] [RELEASED] Python 3.3.0 alpha 3

2012-05-02 Thread Nick Coghlan
On Wed, May 2, 2012 at 7:55 PM, Mark Shannon wrote: > Or maybe three parts? > New features. > Behavioural changes (i.e. bug fixes) > Performance enhancements The release PEPs are mainly there for *our* benefit, not end users. For end users, it's the What's New document that matters. For performa

Re: [Python-Dev] [RELEASED] Python 3.3.0 alpha 3

2012-05-02 Thread Mark Shannon
Georg Brandl wrote: On behalf of the Python development team, I'm happy to announce the third alpha release of Python 3.3.0. This is a preview release, and its use is not recommended in production settings. Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting

[Python-Dev] [RELEASED] Python 3.3.0 alpha 3

2012-05-01 Thread Georg Brandl
On behalf of the Python development team, I'm happy to announce the third alpha release of Python 3.3.0. This is a preview release, and its use is not recommended in production settings. Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x.

[Python-Dev] [RELEASED] Python 3.3.0 alpha 2

2012-04-01 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm happy to announce the second alpha release of Python 3.3.0. This is a preview release, and its use is not recommended in production settings. Python 3.3 in

[Python-Dev] [RELEASED] Python 3.3.0 alpha 1

2012-04-01 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm happy to announce the second alpha release of Python 3.3.0. This is a preview release, and its use is not recommended in production settings. Python 3.3 includes a range of improvements of the 3.x series,

Re: [Python-Dev] [RELEASED] Python 3.3.0 alpha 1

2012-03-21 Thread Éric Araujo
Le 06/03/2012 15:31, Giampaolo Rodolà a écrit : > That's why I once proposed to include whatsnew.rst changes every time > a new feature is added/committed. > Assigning that effort to the release manager or whoever is supposed to > take care of this, is both impractical and prone to forgetfulness.

Re: [Python-Dev] [RELEASED] Python 3.3.0 alpha 1

2012-03-06 Thread Georg Brandl
On 07.03.2012 08:08, Stefan Behnel wrote: Jim J. Jewett, 06.03.2012 20:43: Hash Randomization (issue 13703) is now on by default. Unfortunately, this does break some tests; it can be temporarily turned off by setting the environment variable PYTHONHASHSEED to "0" before launching python. I

Re: [Python-Dev] [RELEASED] Python 3.3.0 alpha 1

2012-03-06 Thread Stefan Behnel
Jim J. Jewett, 06.03.2012 20:43: > Hash Randomization (issue 13703) is now on by default. Unfortunately, > this does break some tests; it can be temporarily turned off by setting > the environment variable PYTHONHASHSEED to "0" before launching python. I don't think that makes it clear enough tha

Re: [Python-Dev] [RELEASED] Python 3.3.0 alpha 1

2012-03-06 Thread Giampaolo Rodolà
Il 06 marzo 2012 20:43, Jim J. Jewett ha scritto: > > > In http://mail.python.org/pipermail/python-dev/2012-March/117348.html > Georg Brandl  posted: > >> Python 3.3 includes a range of improvements of the 3.x series, as well as >> easier >> porting between 2.x and 3.x.  Major new features in th

[Python-Dev] [RELEASED] Python 3.3.0 alpha 1

2012-03-06 Thread Jim J. Jewett
In http://mail.python.org/pipermail/python-dev/2012-March/117348.html Georg Brandl posted: > Python 3.3 includes a range of improvements of the 3.x series, as well as > easier > porting between 2.x and 3.x. Major new features in the 3.3 release series > are: As much as it is nice to just c

Re: [Python-Dev] [RELEASED] Python 3.3.0 alpha 1

2012-03-06 Thread Georg Brandl
On 05.03.2012 14:27, Ned Batchelder wrote: For a more extensive list of changes in 3.3.0, see http://docs.python.org/3.3/whatsnew/3.3.html The 3.3 whatsnews page doesn't seem to mention PEP 414 or Unicode literals at all. Indeed. Thanks to Nick, this is now fixed. Georg ___

Re: [Python-Dev] [RELEASED] Python 3.3.0 alpha 1

2012-03-05 Thread Ned Batchelder
On 3/5/2012 2:54 AM, Georg Brandl wrote: On behalf of the Python development team, I'm happy to announce the first alpha release of Python 3.3.0. This is a preview release, and its use is not recommended in production settings. Python 3.3 includes a range of improvements of the 3.x series, as w

[Python-Dev] [RELEASED] Python 3.3.0 alpha 1

2012-03-04 Thread Georg Brandl
On behalf of the Python development team, I'm happy to announce the first alpha release of Python 3.3.0. This is a preview release, and its use is not recommended in production settings. Python 3.3 includes a range of improvements of the 3.x series, as well as easier porting between 2.x and 3.x.