Closed GoogleCodeExporter closed 9 years ago
Changed error message to print platform-specific EOF key.
Does not affect system tests. Checked that
"sys.platform.lower().startswith("win")"
returns true on Cygwin.
Mainlined directly, see r344
Original comment by dwhall...@gmail.com
on 19 Apr 2009 at 2:19
Sorry, I know this is marked fixed, but I just wanted to add a clarification to
Comment #1 above:
The statement "Checked that "sys.platform.lower().startswith("win")"
returns true on Cygwin." is slightly misleading. If this code returns True,
then you
are actually using the Windows Python, NOT the Python that is built and
installed via
the cygwin setup program. On a cygwin-built Python, sys.platform == 'cygwin',
not
anything that starts with 'win'.
Thank you.
Original comment by tyler%ty...@gtempaccount.com
on 23 Apr 2009 at 3:55
Changed r08 to R08
Original comment by dwhall...@gmail.com
on 12 Mar 2010 at 8:22
Original comment by dwhall...@gmail.com
on 13 Mar 2010 at 1:30
Original issue reported on code.google.com by
dwhall...@gmail.com
on 16 Apr 2009 at 11:09