Re: [Python-Dev] Running 2.7 tests on OS X

2014-02-25 Thread Terry Reedy
On 2/25/2014 6:25 AM, Rik wrote: I want to try to submit a patch for 2.7, but I don't know how to run the tests for the 2.7 branch. `./configure` doesn't seem to create a `python.exe` file on the 2.7 branch on OS X Mavericks, and I do need this file according to this guide: http://docs.python.org

Re: [Python-Dev] Running 2.7 tests on OS X

2014-02-25 Thread Antoine Pitrou
Hi Rik, On Tue, 25 Feb 2014 12:25:27 +0100 Rik wrote: > I want to try to submit a patch for 2.7, but I don't know how to run the > tests for the 2.7 branch. `./configure` doesn't seem to create a > `python.exe` file on the 2.7 branch on OS X Mavericks, and I do need this > file according to this

[Python-Dev] Running 2.7 tests on OS X

2014-02-25 Thread Rik
I want to try to submit a patch for 2.7, but I don't know how to run the tests for the 2.7 branch. `./configure` doesn't seem to create a `python.exe` file on the 2.7 branch on OS X Mavericks, and I do need this file according to this guide: http://docs.python.org/devguide/ Anybody know how I shou