Delta Regeer
Delta Regeer
I certainly would have liked to use it, we have a bunch of other applications that use Oauth2 through Google and they redirect to Google and back directly without going...
@dwt this is not something that we are likely to pick up and work on... especially for Python 2.7. If you are still deploying on Python 2.7 I would recommend...
While doing a quick search I also found https://pypi.org/project/uniseg/ which is Python 2.7 compatible.
@dwt I will be happy to review patches/PR. I am not saying we won't ship or provide that, but it is not a use case that the core developers have...
Please create a PR with tests and sign CONTRIBUTORS.txt if you haven't, and we can pull it into colander!
@daveoncode why not add `str(None)` as a value to `false_choices`? For example: ``` class Boolean(colander.Boolean): """Overrides the default false_choices to include 'None' unless false_choices is provided.""" def __init__(self, **kwargs): kwargs["false_choices"]...
@jvanasco did you send an email about this issue? If not, would you please reach out to either the security list or to me personally? [email protected] or [email protected] (either one/both...
Thanks @jvanasco!
Please also add a new test that validates the change and makes sure we can't accidentally regress on this.