On Sun, Aug 19, 2012 at 8:13 PM, lipska the kat <[email protected]> wrote: > The date stamp is different but the Python version is the same
Check out what 'sys.maxunicode' is in each of those Pythons. It's possible that one is a wide build and the other narrow. ChrisA -- http://mail.python.org/mailman/listinfo/python-list
