Author: Alex Gaynor <[email protected]> Branch: Changeset: r44081:46e3ece15cad Date: 2011-05-11 11:41 -0400 http://bitbucket.org/pypy/pypy/changeset/46e3ece15cad/
Log: I don't think we're still thinking about this. diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++ b/pypy/doc/coding-guide.rst @@ -560,12 +560,6 @@ match an exception, as this will miss exceptions that are instances of subclasses. -We are thinking about replacing ``OperationError`` with a -family of common exception classes (e.g. ``AppKeyError``, -``AppIndexError``...) so that we can more easily catch them. -The generic ``AppError`` would stand for all other -application-level classes. - .. _`modules`: _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
