]> granicus.if.org Git - python/commit
Merge change 54982 from the trunk. This fixes the test_subprocess test in the testsu...
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 7 May 2007 19:25:38 +0000 (19:25 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 7 May 2007 19:25:38 +0000 (19:25 +0000)
commita1392d5ace266878ad6a3ff9dba96336ecde7fb3
tree5c07dfc0f59bebaf45d114ff22210316a9430b91
parentdffe9a214b243c251dc11f51bf2b7275cbdaff70
Merge change 54982 from the trunk.  This fixes the test_subprocess test in the testsuite for VisualStudio2005 builds, by "sanitizing" the "mode" that is used in the posixmodule's fdopen(). In particular the non-standard "U" mode character is removed.
Include/fileobject.h
Modules/posixmodule.c
Objects/fileobject.c