[Python-checkins] commit of r41528 - in python/branches/release24-maint: Doc/api Misc Python
Reinhold Birkenfeld
reinhold-birkenfeld-nospam at wolke7.net
Sat Nov 26 16:51:57 CET 2005
Jack Jansen wrote:
> This fix looks suspect to me, especially for the maintenance branch...
>> The "k" format was especially introduced for bitpatterns, so this fix
> will break any code of the form
> >>> if call_returning_k_object() < 0: print "error"
So the "fix" for "k" shall be reverted?
Reinhold
More information about the Python-checkins
mailing list