Path to this page:
Subject: CVS commit: pkgsrc/www/py-werkzeug
From: Klaus Klein
Date: 2013-07-26 11:16:00
Message id: 20130726091600.5CA7B96@cvs.netbsd.org
Log Message:
Update py-werkzeug and py-werkzeug-docs to 0.9.3.
Version 0.9.3
-------------
(bugfix release, released on July 25th 2013)
- Restored beahvior of the ``data`` descriptor of the request class to pre 0.9
behavior. This now also means that ``.data`` and ``.get_data()`` have
different behavior. New code should use ``.get_data()`` always.
In addition to that there is now a flag for the ``.get_data()`` method that
controls what should happen with form data parsing and the form parser will
honor cached data. This makes dealing with custom form data more consistent.
Files: