Message72040
Here is a patch which works under Linux. Under Windows it doesn't choke
when converting arguments anymore, but it fails later in the process (in
the parser for '-c', in the importing logic for '-m').
Here is an example:
$ ./python -c "print(ord('ሀ'))"
4608
$ cat > ሀ.py
print(__file__)
$ ./python -m ሀ
/home/antoine/py3k/mbstowcs/ሀ.py
$ ./python ሀ.py
ሀ.py |
|
Date |
User |
Action |
Args |
2008-08-27 19:17:17 | pitrou | set | recipients:
+ pitrou |
2008-08-27 19:17:17 | pitrou | set | messageid: <1219864637.3.0.443278778908.issue3705@psf.upfronthosting.co.za> |
2008-08-27 19:17:16 | pitrou | link | issue3705 messages |
2008-08-27 19:17:16 | pitrou | create | |
|