Re: [pydotorg-www] proposed correction to https://wiki.python.org/moin/NewClassVsClassicClass\

2016-10-14 Thread Phillip Feldman
Hello Chris, Despite having logged in, the system appears to want an additional authentication (TextCha), and I can't seem to get past that step. So, I'm pasting my revised text below. Yours, Phillip The "New Class" is the recommended way to create a class in modern Python. A "Classic Class"

Re: [pydotorg-www] proposed correction to https://wiki.python.org/moin/NewClassVsClassicClass\

2016-10-13 Thread Chris Angelico
On Fri, Oct 14, 2016 at 8:12 AM, Phillip Feldman wrote: > I created a wiki account. My user ID is PhillipMFeldman. > No problem. I've made you an editor. ChrisA ___ pydotorg-www mailing list pydotorg-www@python.org https://mail.python.org/mailman/list

Re: [pydotorg-www] proposed correction to https://wiki.python.org/moin/NewClassVsClassicClass\

2016-10-13 Thread Chris Angelico
On Thu, Oct 13, 2016 at 12:50 PM, Phillip Feldman wrote: > I'd like to propose a correction to the page at > https://wiki.python.org/moin/NewClassVsClassicClass: If you'd like to make that edit, create a wiki account and we can give you editing access. We do need to know your account name, though

[pydotorg-www] proposed correction to https://wiki.python.org/moin/NewClassVsClassicClass\

2016-10-12 Thread Phillip Feldman
I'd like to propose a correction to the page at https://wiki.python.org/moin/NewClassVsClassicClass: Current text: The minor syntactic difference is that New Style Classes happen to inherit from object. Proposed replacement: The syntactic difference between new- and old-style classes is that th