[issue4365] Add CRT version info in msvcrt module

2008-11-30 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Merged into 2.6 as r67466, Benjamin had already merged it for 3k as r67461. -- status: open -> closed versions: -Python 2.6, Python 3.0 ___ Python tracker <[EMAIL PROTECTED]>

[issue4365] Add CRT version info in msvcrt module

2008-11-30 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Go for it Martin. -- resolution: -> accepted versions: +Python 2.6, Python 3.0 ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue4365] Add CRT version info in msvcrt module

2008-11-30 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Thanks for the patch. Committed (with modifications) as r67455. Barry, I would like to apply this to both 2.6 and 3.0. Ok? -- assignee: -> barry nosy: +barry, loewis priority: -> release blocker __

[issue4365] Add CRT version info in msvcrt module

2008-11-20 Thread Cournapeau David
New submission from Cournapeau David <[EMAIL PROTECTED]>: This patch if the first part to follow discussion on python-list concerning problems when using distutils.config.try_run with mingw and manifest problems on windows for python 2.6 (or any python built with recent VS). It simply adds strin