Consistent handling of all whitespace characters in inline markup recognition.
commitb5c90deb6146a2ebfc34384b72cdfc0fbebd551a
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 16 Feb 2017 18:03:28 +0000 (16 18:03 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 16 Feb 2017 18:03:28 +0000 (16 18:03 +0000)
tree017c00752256e18bc08855187b46a50fe5df847f
parent6b56a7f76b4f347cbf5d513d41b07edac413ec37
Consistent handling of all whitespace characters in inline markup recognition.

May break documents that relied on some whitespace
characters (NBSP, ...) not to be recognized as whitespace.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8038 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
HISTORY.txt
RELEASE-NOTES.txt
docutils/parsers/rst/states.py
test/test_parsers/test_rst/test_character_level_inline_markup.py
test/test_parsers/test_rst/test_inline_markup.py