commit | 0a440d41844aac25178400d33d714d8e479b86d4 | [log] [tgz] |
---|---|---|
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | Thu Apr 26 09:15:08 2007 +0000 |
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | Thu Apr 26 09:15:08 2007 +0000 |
tree | 85932752a2f3ec1070e5cf231717a50fb603630a | |
parent | 452f5df64a09e6e50a2d861fa1d18e0bbea7ca4a [diff] |
Export function sanitize_the_mode from fileobject.c as _PyFile_SanitizeMode(). Use this function in posixmodule.c when implementing fdopen(). This fixes test_subprocess.py for a VisualStudio 2005 compile.