On Fri, Sep 28, 2012 at 2:26 PM, Adrian Buehlmann <span dir="ltr"><<a href="mailto:adrian@cadifra.com" target="_blank">adrian@cadifra.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">V12 replaces periods and spaces with ~ *everywhere*. These are dangerous</div>
characters.<br>
<br>
The period in "nul.txt" is thus replaced with a tilde, so you get<br>
"nul~txt", which is not a reserved name anymore.<br></blockquote><div><br></div><div>Ah, I'd missed that detail. That makes sense to me.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I think we should escape com0..com9 and lpt0..lpt9 (despite what the MS<br>
document says).<br>
</blockquote></div><br><div>Sounds like it.</div><div><br></div><div>This patch is looking good to me. I'm not currently seeing any problems with it. Have you tried writing a pure Python version yet?</div>