In answer to Time Roberts, I saw an item prefixed with 'u' (u'\x1a'). What is the purpose of this prefix? I would have thought it meant 'Unicode' but the type according to Python is 'str'.

Thank you for the explanation of 'repr'. The issue turned out to be the inclusion of 'repr' in the sample code without evidence or explanation of its purpose there. Once I was given a clue that 'repr' was the problem and I eliminated it things became clear.

Regards

JohnSampson
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to