Path to this page:
Subject: CVS commit: pkgsrc/www/py-bottle
From: Wen Heping
Date: 2014-09-06 16:47:27
Message id: 20140906144727.AE83896@cvs.netbsd.org
Log Message:
Update to 0.12.7
Upstream changes:
RELEASE 0.12
New SimpleTemplate parser implementation * Support for multi-line code blocks \
(<% ... %>). * The keywords include and rebase are functions now and can \
accept variable template names.
The new BaseRequest.route() property returns the Route that originally matched \
the request.
Removed the BaseRequest.MAX_PARAMS limit. The hash collision bug in CPythons \
dict() implementation was fixed over a year ago. If you are still using Python \
2.5 in production, consider upgrading or at least make sure that you get \
security fixed from your distributor.
New ConfigDict API (see Configuration (DRAFT))
Files: