Chris Jerdonek <[email protected]> added the comment: > I think you can simplify them a bit. For example, you can use assertRaises.
Actually, assertRaises doesn't seem to permit checking error text. That may be one reason why try-except-else is being used instead throughout. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue7559> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
