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 loewis
Recipients brian.curtin, loewis, mandel, pitrou, santoso.wijaya, tim.golden, vstinner
Date 2011-10-25.18:33:40
SpamBayes Score 3.5590897e-08
Marked as misclassified No
Message-id <1319567621.42.0.475895261806.issue13234@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is getting messy. I declare that this issue is *only* about the original problem reported in msg146031. When that is fixed, this issue will be closed, and any further issues need to be reported separately.

As for the original problem, ISTM that the right fix is to replace

    namebuf[len++] = '/';

with

    namebuf[len++] = '\\';

No further change should be necessary.
History
Date User Action Args
2011-10-25 18:33:41loewissetrecipients: + loewis, pitrou, vstinner, tim.golden, brian.curtin, santoso.wijaya, mandel
2011-10-25 18:33:41loewissetmessageid: <1319567621.42.0.475895261806.issue13234@psf.upfronthosting.co.za>
2011-10-25 18:33:40loewislinkissue13234 messages
2011-10-25 18:33:40loewiscreate