[docs] [issue22014] Add summary table for OS exception <-> errno mapping

Nick Coghlan report at bugs.python.org
Sun Jul 27 03:53:58 CEST 2014


Nick Coghlan added the comment:

Oh, nice - the "start-after" and "end-before" options look like they might be the way to go.

If I'm reading the docs right, a block like the following would include the OSError section of the tree:

   .. literalinclude exceptions.txt
      :start-after: OSError
      :end-before: ReferenceError
      :prepend:

I think that's really the section that could most benefit from showing the structure inline.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22014>
_______________________________________


More information about the docs mailing list