[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-03-30 05:21:31
|
Bugs item #925802, was opened at 2004-03-30 05:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=925802&group_id=78018 Category: win32 Group: None Status: Open Resolution: None 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) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=925802&group_id=78018 |