Small buglet (?) in Python CE 2.4.3
Thomas Heller <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
Python 2.4.3 (#0, Apr 29 2006, 20:58:35) [MSC v.1201 32 bit (Unknown)] on Pocket PC
(Remote Console on ('192.168.99.10', 20238))
PocketPC>>> cmp(buffer("abc"), buffer("def"))
\Temp\_script20238.py:1: RuntimeWarning: tp_compare didn't return -1, 0 or 1
-1
PocketPC>>>
Thanks,
Thomas