Message42316
Logged In: YES
user_id=89016
Here is the next bunch of ports: the string tests have been
ported to PyUnit and made as reusable as possible. Tests are
now shared between str, unicode, UserString and the string
module. As a result of reusing a part of the unicode tests
for str, the coverage in stringobject.c goes from 83% to
86%. Furthermore it should help keep the API consistent
between str and unicode (Example: "%c" % 0xffffffff raises
OverflowError, u"%c" % 0xffffffff raises ValueError)
Raymond can look look through the scripts and check that
everything is OK? |
|
| Date |
User |
Action |
Args |
| 2007-08-23 15:19:36 | admin | link | issue662807 messages |
| 2007-08-23 15:19:36 | admin | create | |
|