This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ThurnerRupert
Recipients ThurnerRupert, r.david.murray
Date 2009-06-08.16:09:52
SpamBayes Score 2.7391991e-08
Marked as misclassified No
Message-id <1244477394.66.0.461854828643.issue6208@psf.upfronthosting.co.za>
In-reply-to
Content
to give an example case, running mercurial, which we do for a couple 
of years now with success. one install, starting it either from cmd, 
or mingw/msys bash:
$ hg status
M src\com\file.txt
$ hg co -m "different path now" src/com/file.txt

apart from the backslash in the printed paths, we are very happy on 
how neatly python handles this case. 

it is running on windows, using the standard libraries, .. therefor 
everything else is really "windows". it would be quite an exceptional 
case if anything else would be affected. could you come up with an 
example which you were thinking on?

if you point us to some location in the code which would be best to 
start reading i'd be thankful.
History
Date User Action Args
2009-06-08 16:09:54ThurnerRupertsetrecipients: + ThurnerRupert, r.david.murray
2009-06-08 16:09:54ThurnerRupertsetmessageid: <1244477394.66.0.461854828643.issue6208@psf.upfronthosting.co.za>
2009-06-08 16:09:53ThurnerRupertlinkissue6208 messages
2009-06-08 16:09:52ThurnerRupertcreate