Greg Ewing <greg.ewing <at> canterbury.ac.nz> writes: > > Really? Nobody else wants a convenient way to > distinguish program bugs from exceptions caused > by external factors?
Why do you want to derive program bugs from EnvironmentError ? Usually I derive them from ValueError, RuntimeError or simply Exception. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com