List problem

Terry Reedy tejarex at yahoo.com
Fri Mar 29 18:00:12 EST 2002


"Bjorn Pettersen" <BPettersen at NAREX.com> wrote in message
news:mailman.1017438528.28926.python-list at python.org...

[snip]
>
> # Word dictionary
> dict = "c:\data\dict.txt"

Try either r"c:\data\dict.txt" or "c:\\data\\dict.txt".

or "c:/data/dict.txt" , which is both clear and safe.  However, I
believe \d == d.  In any case, he had 4000+ words of the proper length
so this does not seem to be the problem.

Terry J. Reedy






More information about the Python-list mailing list