Hello my fellow aliens! Recently I was setting up configuration for a new project and was trying to do the obvious thing in my .ini:
pyramid.reload_templates = ✔ pyramid.debug_authorization = ✖ pyramid.debug_notfound = ✖ pyramid.debug_routematch = ✖ pyramid.debug_templates = ✔ To my surprise, the checkmark did not evaluate to True! What is this madness? Obviously, 2013 is the year of Python 3 and unicode should be a first class citizen! So I've prepared a pull request https://github.com/Pylons/pyramid/pull/984 that adds proper truthy checks in asbool and would love to hear feedback! Thanks, John -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
