This doesn't give me quite the results I expected, so I'll have to take a closer look at my project as a whole tomorrow. The test cases clearly show the need for all the fancy parsing I'm doing on the path though.
Looks like I'll return to this tomorrow and post an update as appropriate. Thanks for the help so far! -- Dan Guido On Wed, Oct 21, 2009 at 5:34 PM, Terry Reedy <tjre...@udel.edu> wrote: > Dan Guido wrote: >> >> Hi Diez, >> >> The source of the string literals is ConfigParser, so I can't just >> mark them with an 'r'. > > Python string literals only exist in Python source code. Functions and > methods only return *strings*, not literals. If you mistakenly put the > str() representation of a string (such as print gives you) into source code, > rather than the repr() output, then you may have trouble. > > tjr > > -- > http://mail.python.org/mailman/listinfo/python-list >
normalize.py
Description: Binary data
test.py
Description: Binary data
services.ini
Description: Binary data
-- http://mail.python.org/mailman/listinfo/python-list