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
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
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
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
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
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'
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
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
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
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
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
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
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
-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
-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
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
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
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
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__ = [
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
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
-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
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
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
-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
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
-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
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
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
-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
-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,
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
-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
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
-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
35 matches
Mail list logo