[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

[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 rep...@bugs.python.org http://bugs.python.org/issue21219

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

2014-04-14 Thread Zachary Ware
Changes by Zachary Ware zachary.w...@gmail.com: -- nosy: +orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21219 ___ ___ Python-bugs-list

[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 rep...@bugs.python.org http://bugs.python.org/issue21219 ___ ___

[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 rep...@bugs.python.org