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 pitrou
Recipients amaury.forgeotdarc, pitrou, santoso.wijaya, socketpair, vstinner
Date 2011-11-01.17:11:09
SpamBayes Score 0.00033568876
Marked as misclassified No
Message-id <1320167208.3355.4.camel@localhost.localdomain>
In-reply-to <1320166604.48.0.520699842693.issue12939@psf.upfronthosting.co.za>
Content
> > Why do you think it makes a difference?
> Because adding one more dependency on unneeded libraries add the pain.

MSVCRT is unneeded?? What are you talking about?

> Also it limit us on very restricted API of that wrapper. Windows
> native API is stable. So it's OK to rely on it's documented
> imlementation.

Please provide a patch to demonstrate the claimed improvement.

> Like using  "\\?\" for long paths

That's completely unrelated to this issue.
History
Date User Action Args
2011-11-01 17:11:10pitrousetrecipients: + pitrou, amaury.forgeotdarc, vstinner, santoso.wijaya, socketpair
2011-11-01 17:11:09pitroulinkissue12939 messages
2011-11-01 17:11:09pitroucreate