Author doerwalter
Recipients
Date 2003-02-17.18:29:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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?
History
Date User Action Args
2007-08-23 15:19:36adminlinkissue662807 messages
2007-08-23 15:19:36admincreate