Andres, On Mon, Aug 30, 2004 at 01:29:38PM -0400, Andres Corrada-Emmanuel wrote: > Does it not seem inconsistent that if Cygwin Python understands how to > execute: > > file( 'c:/foo/bar' ) as well as file( '/cygdrive/c/foo/bar' ) > > it should also treat Windows style paths correctly with os.path.join? > In other words, it seems that Python on Cygwin cannot default to using > posixpath.py for os.path. It's got to be posixpath.py with some > additional magic to get it to do os.path.join correctly.
The above is debatable. You may want to try asking on one of the Python lists. > How does one go about submitting a patch for Cygwin Python? See the following: http://sourceforge.net/tracker/?group_id=5470&atid=305470 Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/