[Python-Dev] fileinput module tests

2006-12-09 Thread Anthony Roy
Hi all, I have a patch for the fileinput.FileInput class, adding a parameter to the __init__ method called write_mode in order to specify the write mode when using the class with the inplace parameter set to True. Before I submit the patch, I've added a test to the test module, and noticed that

[Python-Dev] Windows SDK

2006-12-09 Thread Albert Strasheim
Hello all (A quick google of the python-dev archive didn't turn up any discussions on this topic. If this has already been discussed, please accept my humble apologies.) As part of the Windows Vista release, Microsoft have created the Windows SDK that looks like Platform SDK on steroids. It

Re: [Python-Dev] fileinput module tests

2006-12-09 Thread Brett Cannon
On 12/8/06, Anthony Roy [EMAIL PROTECTED] wrote: Hi all, I have a patch for the fileinput.FileInput class, adding a parameter to the __init__ method called write_mode in order to specify the write mode when using the class with the inplace parameter set to True. Before I submit the patch,

Re: [Python-Dev] Windows SDK

2006-12-09 Thread Josiah Carlson
Albert Strasheim [EMAIL PROTECTED] wrote: As part of the Windows Vista release, Microsoft have created the Windows SDK that looks like Platform SDK on steroids. It includes 32-bit and 64-bit libraries and compilers, debugging tools, etc. and supports Windows XP, Windows Server 2003 and

Re: [Python-Dev] Windows SDK

2006-12-09 Thread Martin v. Löwis
Albert Strasheim schrieb: I'm only guessing here, but I think the Windows SDK is probably going to become the de facto standard for building software on Windows in the absence of Visual Studio. Has anybody else looked at the Windows SDK yet? Any thoughts on what needs to be done with

Re: [Python-Dev] fileinput module tests

2006-12-09 Thread Martin v. Löwis
Anthony Roy schrieb: Any thought? In addition to what Brett said: please make functionality changes and refactoring separate patches (specify the order of application if one depends on the other). When reading commit message, or performing svn blame, it's important to know whether a change is