[Python-Dev] PEP 3000 and new style classes
Lisandro Dalcin
dalcinl at gmail.com
Thu Sep 8 17:52:35 CEST 2005
More information about the Python-Dev mailing list
Thu Sep 8 17:52:35 CEST 2005
- Previous message: [Python-Dev] Replacement for print in Python 3.0
- Next message: [Python-Dev] PEP 3000 and new style classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
PEP 3000 - Core language says (http://www.python.org/peps/pep-3000.html#core-language) : - Support only new-style classes; classic classes will be gone Any possibility to add something like from __future__ import new_style_classes to have newly defined classes implicitly derive from 'object' (I understand this will be the implicit behavior when classic classes go away in Py3.0). -- Lisandro Dalcín --------------- Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC) Instituto de Desarrollo Tecnológico para la Industria Química (INTEC) Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET) PTLC - Güemes 3450, (3000) Santa Fe, Argentina Tel/Fax: +54-(0)342-451.1594
- Previous message: [Python-Dev] Replacement for print in Python 3.0
- Next message: [Python-Dev] PEP 3000 and new style classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list