Re: How to compile on OS X PPC? was: Re: [RELEASED] Python 3.2

2011-07-11 Thread Ned Deily
In article , Ned Deily wrote: > In article <4d640175$0$81482$e4fe5...@news.xs4all.nl>, > Irmen de Jong wrote: > > However, I'm having trouble compiling a framework build from source on > > Mac OS 10.5.8 on PowerPC. No matter what I try (gcc 4.0, gcc 4.2, > > different compiler options), the

Re: How to compile on OS X PPC? was: Re: [RELEASED] Python 3.2

2011-02-23 Thread Irmen de Jong
On 23-02-11 02:15, Ned Deily wrote: Unfortunately, this is a variation of an old issue that hasn't yet been fixed (http://bugs.python.org/issue1099). The simplest workaround is to include the --enable-universalsdk option to configure, so something like this: ./configure --enable-framework --en

Re: How to compile on OS X PPC? was: Re: [RELEASED] Python 3.2

2011-02-22 Thread Ned Deily
In article <4d640175$0$81482$e4fe5...@news.xs4all.nl>, Irmen de Jong wrote: > However, I'm having trouble compiling a framework build from source on > Mac OS 10.5.8 on PowerPC. No matter what I try (gcc 4.0, gcc 4.2, > different compiler options), the compilation aborts with the following > e

Re: How to compile on OS X PPC? was: Re: [RELEASED] Python 3.2

2011-02-22 Thread Irmen de Jong
On 22-02-11 21:27, Benjamin Kaplan wrote: There really isn't a "Macports build". Macports just downloads the source tarball and compiles it locally. It's only doing three things compared to compiling it yourself: update checking, dependency tracking, and applying some patches for problems that h

Re: How to compile on OS X PPC? was: Re: [RELEASED] Python 3.2

2011-02-22 Thread Benjamin Kaplan
On Tue, Feb 22, 2011 at 2:54 PM, Irmen de Jong wrote: > On 22-02-11 19:57, Benjamin Kaplan wrote: > >> Have you tried compiling it with Macports? The port file is too much >> of a mess for me to figure out exactly what is getting called in what >> circumstances, but whatever they're doing probably

Re: How to compile on OS X PPC? was: Re: [RELEASED] Python 3.2

2011-02-22 Thread Irmen de Jong
On 22-02-11 19:57, Benjamin Kaplan wrote: Have you tried compiling it with Macports? The port file is too much of a mess for me to figure out exactly what is getting called in what circumstances, but whatever they're doing probably works. I have not, and I don't intend to. I figure Python.org'

Re: How to compile on OS X PPC? was: Re: [RELEASED] Python 3.2

2011-02-22 Thread Benjamin Kaplan
On Tue, Feb 22, 2011 at 1:33 PM, Irmen de Jong wrote: > On 20-02-11 23:22, Georg Brandl wrote: >> >> On behalf of the Python development team, I'm delighted to announce >> Python 3.2 final release. > > Thanks to all the people who worked on this. > > However, I'm having trouble compiling a framewo

How to compile on OS X PPC? was: Re: [RELEASED] Python 3.2

2011-02-22 Thread Irmen de Jong
On 20-02-11 23:22, Georg Brandl wrote: On behalf of the Python development team, I'm delighted to announce Python 3.2 final release. Thanks to all the people who worked on this. However, I'm having trouble compiling a framework build from source on Mac OS 10.5.8 on PowerPC. No matter what I

Re: [RELEASED] Python 3.2

2011-02-21 Thread Duncan Booth
Georg Brandl wrote: > Please consider trying Python 3.2 with your code and reporting any bugs > you may notice to: > > http://bugs.python.org/ > It looks like this release breaks the builtin `input()` function on Windows by leaving a trailing '\r' on the end of the string. Reported as is

Re: [RELEASED] Python 3.2

2011-02-21 Thread Stefan Behnel
Georg Brandl, 20.02.2011 23:22: On behalf of the Python development team, I'm delighted to announce Python 3.2 final release. [...] Please consider trying Python 3.2 with your code and reporting any bugs you may notice to: http://bugs.python.org/ Note to packagers: This release has a crit

Re: [RELEASED] Python 3.2

2011-02-21 Thread Peter Otten
Georg Brandl wrote: > On behalf of the Python development team, I'm delighted to announce > Python 3.2 final release. Congratulations for your first as release manager, and a big thank you to you and all who contributed to this realease. > Python 3.2 is a continuation of the efforts to improve

[RELEASED] Python 3.2

2011-02-20 Thread Georg Brandl
On behalf of the Python development team, I'm delighted to announce Python 3.2 final release. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final release of Python 2.7, the 2.x line will only receive bugfixes, and new features are developed fo

Re: [python-committers] [RELEASED] Python 3.2 rc 3

2011-02-14 Thread Mark Summerfield
On Mon, 14 Feb 2011 07:40:00 +0100 Georg Brandl wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On behalf of the Python development team, I'm happy to announce > the third release candidate of Python 3.2. > > Python 3.2 is a continuation of the efforts to improve and stabilize > the

[RELEASED] Python 3.2 rc 3

2011-02-13 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm happy to announce the third release candidate of Python 3.2. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final release of Python 2.7, the 2.x line w

[RELEASED] Python 3.2 rc 2

2011-01-31 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm quite happy to announce the second release candidate of Python 3.2. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final release of Python 2.7, the 2.x

Re: [Python-Dev] [python-committers] [RELEASED] Python 3.2 rc 1

2011-01-17 Thread R. David Murray
On Mon, 17 Jan 2011 08:33:42 +, Mark Summerfield wrote: > from ..Graphics import Xpm > SVG = 1 > > I can do the relative import with Python 3.0 and 3.1 but not with > 3.2rc1: What about 3.1.3? I wonder if it is related to this issue: http://bugs.python.org/issue7902 -- R. David Murra

Re: [Python-Dev] [python-committers] [RELEASED] Python 3.2 rc 1

2011-01-17 Thread Mark Summerfield
On Mon, 17 Jan 2011 09:23:39 -0500 "R. David Murray" wrote: > On Mon, 17 Jan 2011 08:33:42 +, Mark Summerfield > wrote: > > from ..Graphics import Xpm > > SVG = 1 > > > > I can do the relative import with Python 3.0 and 3.1 but not with > > 3.2rc1: > > What about 3.1.3? I wonder if it is r

Re: [Python-Dev] [python-committers] [RELEASED] Python 3.2 rc 1

2011-01-17 Thread Senthil Kumaran
On Mon, Jan 17, 2011 at 2:03 PM, Mark Summerfield wrote: > Hi Georg, > > I can't be sure it is a bug, but there is a definite difference of > behavior between 3.0/3.1 and 3.2rc1. > > I can do the relative import with Python 3.0 and 3.1 but not with > 3.2rc1: Are you sure that the package that you

Re: [python-committers] [RELEASED] Python 3.2 rc 1

2011-01-17 Thread Mark Summerfield
Hi Georg, I can't be sure it is a bug, but there is a definite difference of behavior between 3.0/3.1 and 3.2rc1. Given this directory layout: $ ls -R Graphics/ Graphics/: __init__.py Vector Xpm.py Graphics/Vector: __init__.py Svg.py And these files: $ cat Graphics/__init__.py __all__ = [

Re: [python-committers] [RELEASED] Python 3.2 rc 1

2011-01-16 Thread Terry Reedy
On 1/16/2011 4:10 AM, Mark Summerfield wrote: Regarding http://docs.python.org/dev/whatsnew/3.2.html - in the first argparse example the comment says "one of four allowed values", but the choices list has only three items so I wonder if this is correct? - in the coverage of PEP code

Re: [python-committers] [RELEASED] Python 3.2 rc 1

2011-01-16 Thread Mark Summerfield
On Sun, 16 Jan 2011 08:33:41 +0100 Georg Brandl wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On behalf of the Python development team, I'm very happy to announce > the first release candidate of Python 3.2. [snip] Regarding http://docs.python.org/dev/whatsnew/3.2.html - in the f

[RELEASED] Python 3.2 rc 1

2011-01-15 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm very happy to announce the first release candidate of Python 3.2. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final release of Python 2.7, the 2.x l

Re: [python-committers] [RELEASED] Python 3.2 beta 2

2010-12-22 Thread Eric Smith
On 12/22/2010 8:46 AM, Georg Brandl wrote: Am 22.12.2010 02:15, schrieb Nick Coghlan: On Wed, Dec 22, 2010 at 6:18 AM, Georg Brandl wrote: Since PEP 3003, the Moratorium on Language Changes, is in effect, there are no changes in Python's syntax and built-in types in Python 3.2. Minor nit - w

Re: [python-committers] [RELEASED] Python 3.2 beta 2

2010-12-21 Thread Nick Coghlan
On Wed, Dec 22, 2010 at 6:18 AM, Georg Brandl wrote: > Since PEP 3003, the Moratorium on Language Changes, is in effect, there > are no changes in Python's syntax and built-in types in Python 3.2. Minor nit - we actually did tweak a few of the builtin types a bit (mostly the stuff to improve Sequ

[RELEASED] Python 3.2 beta 2

2010-12-21 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm happy to announce the second beta preview release of Python 3.2. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final release of Python 2.7, the 2.x li

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

2010-12-07 Thread Łukasz Langa
Wiadomość napisana przez Georg Brandl w dniu 2010-12-06, o godz. 22:46: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On behalf of the Python development team, I'm happy to announce the > first of two beta preview releases of Python 3.2. > > Python 3.2 is a continuation of the efforts to

[RELEASED] Python 3.2 beta 1

2010-12-06 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm happy to announce the first of two beta preview releases of Python 3.2. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final release of Python 2.7, the

Re: [RELEASED] Python 3.2 alpha 3

2010-11-16 Thread Raymond Hettinger
On Nov 16, 9:23 am, Mark Summerfield wrote: > I think it might be worth mentioning in What's New: FWIW, I'll be updating the What's New document for the Beta. Raymond -- http://mail.python.org/mailman/listinfo/python-list

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

2010-11-16 Thread Mark Summerfield
Hi Georg, On Tue, 12 Oct 2010 14:40:52 +0200 Georg Brandl wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On behalf of the Python development team, I'm happy to announce the > third and final alpha preview release of Python 3.2. [snip] I built & ran Py3.2a4's tests & they were fine

[RELEASED] Python 3.2 alpha 4

2010-11-16 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm happy to announce the fourth and (this time really) final alpha preview release of Python 3.2. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final rel

[RELEASED] Python 3.2 alpha 3

2010-10-12 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm happy to announce the third and final alpha preview release of Python 3.2. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final release of Python 2.7,

Re: [RELEASED] Python 3.2 alpha 2

2010-09-06 Thread MRAB
On 06/09/2010 09:22, Georg Brandl wrote: [snip] To download Python 3.2 visit: http://www.python.org/download/releases/3.2/ 3.2 documentation can be found at: http://docs.python.org/3.2/ I did notice the spelling mistake "dynmaic" at: http://docs.python.org/dev/whatsnew/3.2.h

[RELEASED] Python 3.2 alpha 2

2010-09-06 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm happy to announce the second alpha preview release of Python 3.2. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final release of Python 2.7, the 2.x l

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

2010-08-01 Thread Benjamin Peterson
Hey, Georg! Congrats on your first release! 2010/8/1 Georg Brandl : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On behalf of the Python development team, I'm happy to announce the > first alpha preview release of Python 3.2. > > Python 3.2 is a continuation of the efforts to improve and

[RELEASED] Python 3.2 alpha 1

2010-08-01 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm happy to announce the first alpha preview release of Python 3.2. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final release of Python 2.7, the 2.x li