[issue22014] Improve display of OS exception <-> errno mapping

2020-03-18 Thread Brett Cannon
Brett Cannon added the comment: Is this still important now that OSError has so many subclasses that correspond to specific error codes? -- ___ Python tracker ___ ___

[issue22014] Improve display of OS exception <-> errno mapping

2014-08-20 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue22014] Improve display of OS exception <-> errno mapping

2014-08-17 Thread Jon Poler
Jon Poler added the comment: Here's one way to accomplish this. Please see attached os_exceptions_table_V2.patch. I wasn't having much luck trying to use ReST, so I took advantage of the fact that the Doc/conf.py file is executed every time sphinx-build is run. conf.py imports and calls the m

[issue22014] Improve display of OS exception <-> errno mapping

2014-08-13 Thread Jon Poler
Jon Poler added the comment: I'm not entirely sure that I'm interpreting what you are looking for correctly, but here is what the table looks like with literalinclude. -- keywords: +patch Added file: http://bugs.python.org/file36365/OS_exceptions_table.patch ___

[issue22014] Improve display of OS exception <-> errno mapping

2014-08-13 Thread Nick Coghlan
Nick Coghlan added the comment: I'd suggested starting with seeing including of the subsection of the exceptions.txt file looks, and if that's still a bit hard to read, try the explicit table approach. I'm always wary of having hand maintained mappings in the docs, but this particular one isn