Yannick Gingras wrote:
1) Should OSError.__str__() print the symbolic name of errno?

+1 (assuming the performance hit for doing so is incurred only when the exception is actually printed)

2) Where can I find the symbolic name in C?

Modules/errnomodule.c

Cheers,
Nick.

--
Nick Coghlan   |   [EMAIL PROTECTED]   |   Brisbane, Australia
---------------------------------------------------------------
            http://www.boredomandlaziness.org
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to