Clean up system message (source, line) reporting.
commit7d51b592afbb654bd8cb84ba8b0a77aaf93882aa
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 9 Jan 2012 15:01:15 +0000 (9 15:01 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 9 Jan 2012 15:01:15 +0000 (9 15:01 +0000)
tree914f0c579032d29af9c58f5b9907a617d9410d48
parent64817469c0d5c838f8a95e48706ce19b87d0cd3e
Clean up system message (source, line) reporting.

Do the abs_line_number -> (src, srcline) conversion in the reporter
whenever possible.

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk/docutils@7310 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/parsers/rst/__init__.py
docutils/parsers/rst/directives/html.py
docutils/parsers/rst/directives/misc.py
docutils/parsers/rst/roles.py
docutils/parsers/rst/states.py
docutils/statemachine.py