diff options
| author | Guido van Rossum <guido@python.org> | 2000-05-05 20:44:24 (GMT) |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 2000-05-05 20:44:24 (GMT) |
| commit | b8f820c5a98a10c5ad94cfec1569b7b80829c55d (patch) | |
| tree | 6a42b705c71becf4ff14f796c5a3c2c88cc3e811 /Lib/lib-stdwin/WindowSched.py | |
| parent | 3a03d4c4c7beeecdc4678ac3ce2f817fd0b1aa39 (diff) | |
| download | cpython-b8f820c5a98a10c5ad94cfec1569b7b80829c55d.zip cpython-b8f820c5a98a10c5ad94cfec1569b7b80829c55d.tar.gz cpython-b8f820c5a98a10c5ad94cfec1569b7b80829c55d.tar.bz2 | |
The methods islower(), isupper(), isspace(), isdigit() and istitle()
gave bogus results for chars in the range 128-255, because their
implementation was using signed characters. Fixed this by using
unsigned character pointers (as opposed to using Py_CHARMASK()).
Diffstat (limited to 'Lib/lib-stdwin/WindowSched.py')
0 files changed, 0 insertions, 0 deletions
