[Python-checkins] r53672 - in python/branches/release25-maint: Lib/test/test_datetime.py Misc/NEWS Modules/datetimemodule.c

"Martin v. Löwis" martin at v.loewis.de
Wed Feb 14 20:35:50 CET 2007


Thomas Wouters schrieb:
> This should not be backported; it introduces a new exception where there 
> previously was just working (albeit potentially bugged) code. (I'm 
> working through some backlog, so apologies if someone caught it already.)

Ok. It still should be backported, but to not reject the arguments. 
Instead, the signature of the function should match its MethodDef
entry.

Regards,
Martin


More information about the Python-checkins mailing list