summaryrefslogtreecommitdiff
path: root/Lib/idlelib/PyShell.py
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-01-30 19:55:28 +0000
committerWalter Dörwald <walter@livinglogic.de>2003-01-30 19:55:28 +0000
commitb4ff1113caaf849a2c8b3b2b17f1f2418cf6057c (patch)
tree4d033bb4ca7518a69dda1e75d78912bd901f8818 /Lib/idlelib/PyShell.py
parent2b93c4c70820d0314e8e297c2817d9e03d73df62 (diff)
downloadcpython-git-b4ff1113caaf849a2c8b3b2b17f1f2418cf6057c.tar.gz
Check whether the choosen encoding requires byte swapping
for this iconv() implementation in the init function. For encoding: use a byteswapped version of the input if neccessary. For decoding: byteswap every piece returned by iconv() if neccessary (but not those pieces returned from the callback) Comment out test_sane() in the test script, because whether this works depends on whether byte swapping is neccessary or not (an on Py_UNICODE_SIZE)
Diffstat (limited to 'Lib/idlelib/PyShell.py')
0 files changed, 0 insertions, 0 deletions