[Python-Dev] Old Style Classes Goiung in Py3K
Georg Brandl
g.brandl at gmx.net
Wed Feb 8 15:39:28 CET 2006
More information about the Python-Dev mailing list
Wed Feb 8 15:39:28 CET 2006
- Previous message: [Python-Dev] Old Style Classes Goiung in Py3K
- Next message: [Python-Dev] Old Style Classes Goiung in Py3K
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fuzzyman wrote: > Hello all, > > I understand that old style classes are slated to disappear in Python 3000. > > Does this mean that the following will be a syntax error : > > class Something: > pass > > *or* that instead it will automatically inherit from object ? Of course, I would say. There's no reason to forbid this in Py3k. regards, Georg
- Previous message: [Python-Dev] Old Style Classes Goiung in Py3K
- Next message: [Python-Dev] Old Style Classes Goiung in Py3K
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list