Re: Proper place for everything

2012-11-04 Thread Jeff Jeffries
ere both parties listen to > > >>each other, feel free to raise them here. Keep in mind three things: > > > > [snip three things] > > > > > You forgot the fourth point. > > > > Apparently so did you :) > > "Amongst the points are such diverse elements as..." > -- > http://mail.python.org/mailman/listinfo/python-list > -- Cheers, Jeff Jeffries III CEO: www.willyoubemyfriend.com -- http://mail.python.org/mailman/listinfo/python-list

Recommended way to unpack keyword arguments using **kwargs ?

2012-10-26 Thread Jeff Jeffries
way to get keyword arguments (or default) when using ** notation? -- Cheerios, Jeff Jeffries III CFO: www.touchmycake.com <http://www.willyoubemyfriend.com> -- http://mail.python.org/mailman/listinfo/python-list

Re: Inheritance Question

2012-10-18 Thread Jeff Jeffries
On Thu, Oct 18, 2012 at 10:51 AM, Dave Angel wrote: > On 10/18/2012 10:10 AM, Jeff Jeffries wrote: > > Hello everybody > > > > When I set "AttributeChanges" in my example, it sets the same value for > all > > other subclasses. Can someone help me wi