[pywin32-bugs] [ pywin32-Bugs-925802 ] Apparent typo in win32popen
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-04-07 05:20:36
|
Bugs item #925802, was opened at 2004-03-30 15:21 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=925802&group_id=78018 Category: win32 Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Dave Brown (dagbrown) Assigned to: Nobody/Anonymous (nobody) Summary: Apparent typo in win32popen Initial Comment: In a couple places in the _PyPopen function, I found this: if (mode && _O_TEXT) That looks like a typo: it should be if (mode & _O_TEXT) ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-04-07 15:20 Message: Logged In: YES user_id=14198 Thanks - fixed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=925802&group_id=78018 |