Fork me on GitHub

Other articles


  1. Bugfix Release 0.10.10

    Python 3.2+ cgi.FieldStorage() defaults to utf8 when decoding form values. That confused bottle.FormsDict() because WSGI strings "must contain only code points representable in ISO-8859-1 encoding". Now bottle forces cgi.FieldStorage() to use ISO-8859-1 instead and re-encodes form-values on-demand with the user-specified input encoding a intended.

    If you …

    read more
  2. Bugfix Release 0.9.8 and 0.10.5

    I just released 0.10.5 and 0.9.8. Both are security bugfix releases and recommended for everyone. Here is a brief summary of the changes:

    • Critical errors (errors within the framework code) resulted in an error page that was not protected against XSS attacks (because the template engine …
    read more
  3. Bugfix release 0.9.7

    Bottle 0.9.7 (bugfix release) is available. The bug: Loading a template encoded with a codec other than the system default in a Python 3.x environment raised an unicode error under certain circumstances. So, this release is optional. Ignore it if you want :)

    read more

Page 1 / 1

blogroll

social