Message31793
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32
Windows(ME)
Attachment reveals questionable results from IDLE, Windows, & several built-in functions.
Under IDLE: function swapcase() updates 120 characters.
Under Windows (dos-screen) or a Windows ide swapcase() updates only 52 characters: ord values 65-90 for (uppercase)A-Z and 97-122 for (lowercase)a-z.
Under IDLE: functions lower() & upper() return different results than swapcase()
for hex values: 8a, 8c, 8e, 9a, 9c, 9e, 9f, ff
or ord values 138, 140, 142, 154, 156, 158, 159, 255
or characters Š Å’ Ž š Å“ ž Ÿ ÿ
|
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:53:07 | admin | link | issue1700912 messages |
| 2007-08-23 14:53:07 | admin | create | |
|