Closed Julian closed 10 years ago
Thanks!
Couple of notes:
Added changelog and "fixed" the pep8
warnings.
The missing coverage is related to the line comment :). The line comment means "Attribute
should be using with_cmp
and friends". I can take a look at that, maybe later.
So if you can make it, be my guest but I would be fine with just exercising these two lines. :)
Could you also add a link to this PR in the changelog like in the other instances?
Thanks!
Also an idea: how about not making it configurable such that tools can rely on the existence of it? Is there any pressing reason to make it configurable?
I find it bad manners when things assume they can set public attributes on objects they did not create when they don't provide a way to specify what that attribute should be. Presumably tools that wanted to rely on it existing would use the same sort of configuration as what the decorator itself uses, but if you don't care, I can remove it.
Closes #19