[py-svn] r35737 - py/dist/py/rest
guido at codespeak.net
guido at codespeak.net
Thu Dec 14 14:36:39 CET 2006
Author: guido
Date: Thu Dec 14 14:36:37 2006
New Revision: 35737
Modified:
py/dist/py/rest/rst.py
Log:
Added small docstring to some exception (mostly to trigger .svntrigger on
codespeak.net).
Modified: py/dist/py/rest/rst.py
==============================================================================
--- py/dist/py/rest/rst.py (original)
+++ py/dist/py/rest/rst.py Thu Dec 14 14:36:37 2006
@@ -22,7 +22,7 @@
return txt
class RestError(Exception):
- pass
+ """ raised on containment errors (wrong parent) """
class AbstractMetaclass(type):
def __new__(cls, *args):
More information about the py-svn
mailing list