﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
5451	Reformat messages.add_message calls to follow PEP 8	ayleph		"While tracking down some bad message calls in the blog plugin, I came across a number of wildly different styles for the messages.add_message function call. Notably, many of these calls don't adhere to the following PEP 8 guideline.

{{{
Arguments on first line forbidden when not using vertical alignment.
}}}

https://www.python.org/dev/peps/pep-0008/#id15"	defect	closed	trivial		programming	fixed	pep8,indentation		
