Othernet-Project / bottle-utils

Miscellaneous utiltiies for Bottle, Python web framework
http://bottle-utils.readthedocs.org/en/latest/
Other
26 stars 5 forks source link

Label.__str__() returns non-string value and breaks string coercion #6

Closed foxbunny closed 9 years ago

foxbunny commented 9 years ago

When the label is assigned a text that is non-string value (e.g., numbers, non-standard objects, etc), the label's str() method fails.