[issue21219] WARNING: Inline literal start-string without end-string.

New submission from Stéphane Wirtel:
When I build the documentation, I get a warning about the NEWS file. Just add a new patch for this warning.
(sphinx) make html
sphinx-build -b html -d build/doctrees -D latex_paper_size= . build/html Making output directory... Running Sphinx v1.2.2 loading pickled environment... not yet created building [html]: targets for 455 source files that are out of date updating environment: 455 added, 0 changed, 0 removed reading sources... [100%] whatsnew/index ../../Misc/NEWS:44: WARNING: Inline literal start-string without end-string. looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done
---------- assignee: docs@python components: Documentation messages: 216149 nosy: docs@python, matrixise priority: normal severity: normal status: open title: WARNING: Inline literal start-string without end-string. type: compile error versions: Python 3.5
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue21219 _______________________________________

Stéphane Wirtel added the comment:
Here is the patch for this bug.
---------- keywords: +patch Added file: http://bugs.python.org/file34833/issue21219_1.patch
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue21219 _______________________________________

Changes by Zachary Ware zachary.ware@gmail.com:
---------- nosy: +orsenthil
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue21219 _______________________________________

Senthil Kumaran added the comment:
Oops did not notice. Thanks for catching.
----------
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue21219 _______________________________________

Senthil Kumaran added the comment:
Fixed: 3.5 a85606b6de32 3.4 fb5516cbc522
---------- resolution: -> fixed stage: -> committed/rejected status: open -> closed type: compile error -> behavior
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue21219 _______________________________________
participants (3)
-
Senthil Kumaran
-
Stéphane Wirtel
-
Zachary Ware