[Tutor] slashes in paths

Jim Mooney cybervigilante at gmail.com
Mon Jul 22 23:00:20 CEST 2013


On 22 July 2013 12:48, Marc Tompkins <marc.tompkins at gmail.com> wrote:

>
>
> You'd be better off skipping TREE entirely and going pure-Python.  TREE -
> being Unicode-naive - can't deal with any foreign-alphabet characters
> beyond the few baked in alongside the box-drawing characters; they all get
> turned into question marks.  I'm guessing that's not an issue on your own
> computer, but if you ever want to deal with files from other people...
>

so I should just walk the python27 tree and write my own box drawing chars?
Or is there a more global alternative to DOS box-drawing chars to
illustrate a tree structure, other than graphic processing?
-- 
Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20130722/94003b9f/attachment.html>


More information about the Tutor mailing list