aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-errorhandler/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.1.1Wen Heping2011-02-281-2/+2
| | | | | | | | | | | - Remove MD5 - Fix build with python-2.7 Submitted by: Wen Heping(via email, myself) Approved by: maintainer(via email) Notes: svn path=/head/; revision=269961
* A logging framework handler that tracks when messages above a certainMartin Wilke2009-08-221-0/+20
level have been logged. This is a handler for the python standard logging framework that can be used to tell whether messages have been logged at or above a certain level. This can be useful when wanting to ensure that no errors have been logged before committing data back to a database. WWW: http://pypi.python.org/pypi/errorhandler/1.0.0 PR: ports/137970 Submitted by: Dikshie Notes: svn path=/head/; revision=240146