[issue2290] [PATCH] Update Lib/distutils/sysconfig.py to handle x64 Windows builds living in pcbuild/amd64.

2008-03-19 Thread Trent Nelson
Trent Nelson [EMAIL PROTECTED] added the comment: Fixed in r61606. -- status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2290 __ ___ Python-bugs-list

[issue2290] [PATCH] Update Lib/distutils/sysconfig.py to handle x64 Windows builds living in pcbuild/amd64.

2008-03-17 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: This patch is fine, please apply. -- assignee: - Trent.Nelson resolution: - accepted __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2290 __

[issue2290] [PATCH] Update Lib/distutils/sysconfig.py to handle x64 Windows builds living in pcbuild/amd64.

2008-03-15 Thread Trent Nelson
Trent Nelson [EMAIL PROTECTED] added the comment: Ah, I suspect not. (Unless the 64-bit python*.exe builds end up in pcbuild/amd64.) -- versions: -Python 2.5 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2290

[issue2290] [PATCH] Update Lib/distutils/sysconfig.py to handle x64 Windows builds living in pcbuild/amd64.

2008-03-14 Thread Trent Nelson
New submission from Trent Nelson [EMAIL PROTECTED]: This patch is required in order to support x64 Windows builds that live in pcbuild/amd64. Without it, sysutils._python_build() returns the wrong directory, which causes the test_get_config_h_filename method in

[issue2290] [PATCH] Update Lib/distutils/sysconfig.py to handle x64 Windows builds living in pcbuild/amd64.

2008-03-14 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: That shouldn't apply to 2.5, right? -- nosy: +loewis __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2290 __ ___