Re: [Python-Dev] [RELEASED] Python 3.1.2 release candidate

2010-03-07 Thread Brett Cannon
Do you have MacPorts or Fink installed? If you do then you have a version of gettext installed that is not compiled properly to work with Python (usually its a 32-bit/64-bit thing). Best piece of advice is to not use MacPorts/Fink and use Homebrew instead. =) On Sun, Mar 7, 2010 at 09:36, Brad Mil

Re: [Python-Dev] [RELEASED] Python 3.1.2 release candidate

2010-03-07 Thread Brad Miller
I download the source snapshot ./configure --enable-framework make ... /usr/bin/install -c -d -m 755 Python.framework/Versions/3.1 if test ""; then \ gcc -o Python.framework/Versions/3.1/Python -dynamiclib \ -isysroot "" \ -all_loa

Re: [Python-Dev] [RELEASED] Python 3.1.2 release candidate

2010-03-07 Thread Antoine Pitrou
Le Sun, 07 Mar 2010 11:10:52 +0100, Stefan Behnel a écrit : > > Any reason the fix for bug 7173 didn't make it in? The test case that > Amaury came up with seems to indicate that this a pretty serious > issue. The patch needs to properly include an unit test reproducing the test case. Also, a c

Re: [Python-Dev] [RELEASED] Python 3.1.2 release candidate

2010-03-07 Thread Stefan Behnel
Benjamin Peterson, 06.03.2010 23:13: A list of changes in 3.1.2rc1 can be found here: http://svn.python.org/projects/python/tags/r312rc1/Misc/NEWS Any reason the fix for bug 7173 didn't make it in? The test case that Amaury came up with seems to indicate that this a pretty serious issue