Message77972
Hello. I tried to patch my own shlex, and this doens't seem to be
working properly. When I try the patched module isntead of th eoriginal,
in my otherwise working program, I get the result ahead.
Is there any conversion steps missing?...
mymachine$ python interp.py < exemplo.prg
Traceback (most recent call last):
File "interp.py", line 11, in <module>
tok = ss.get_token()
File "shlexutf.py", line 103, in get_token
raw = self.read_token()
File "shlexutf.py", line 139, in read_token
nextcategory = unicodedata.category(nextchar)
TypeError: category() argument 1 must be unicode, not str |
|
Date |
User |
Action |
Args |
2008-12-17 16:40:58 | nwerneck | set | recipients:
+ nwerneck, dexen, cgwalters, mcepl |
2008-12-17 16:40:58 | nwerneck | set | messageid: <1229532058.41.0.0348852762405.issue1170@psf.upfronthosting.co.za> |
2008-12-17 16:40:57 | nwerneck | link | issue1170 messages |
2008-12-17 16:40:57 | nwerneck | create | |
|