Added implementations of __gt__, __le__, etc. to DateTime. With these,
sorting a list of 30000 DateTimes is *eighteen times faster* when used with Python 2.1 and 2.2. (But this may actually just restore the former performace of DateTime on Python 1.5.2.) Also added tests. This should help ZCatalog.
Showing
Please register or sign in to comment