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

2014-04-14 Thread Senthil Kumaran
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 _

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

2014-04-14 Thread Senthil Kumaran
Senthil Kumaran added the comment: Oops did not notice. Thanks for catching. -- ___ Python tracker ___ ___ Python-bugs-list mailing li

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

2014-04-14 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

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

2014-04-14 Thread Stéphane Wirtel
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 ___

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

2014-04-14 Thread Stéphane Wirtel
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 loadi