Method.getSignatureString refers schema._bootstrapfields.Bool instances instead of boolean values

Bug #1079253 reported by Andrey Lebedev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
zope.interface
Won't Fix
Undecided
Unassigned

Bug Description

Method.getSignatureString returns

  sorted(iterable, cmp=None, key=None, reverse=<zope.schema._bootstrapfields.Bool object at 0x2a768d0>)

instead of

  sorted(iterable, cmp=None, key=None, reverse=False)

Revision history for this message
Tres Seaver (tseaver) wrote :
Changed in zope.interface:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.