January 20, 2003
Raw Strings on Windows
Mental note to self, when dealing with Windows file names and paths in Python, always use raw strings.
In both gadfly and my utilities I have been having all sorts of problems. Mainly because I have directory names which start with t, resulting in "\t" characters in my file name strings. This is not a good thing.
Posted by Andy Todd at January 20, 2003 12:56 PM
Comments