[Python-Dev] __new__ deprecation
Jeroen Ruigrok van der Werven
asmodai at in-nomine.org
Wed Feb 13 21:19:18 CET 2008
More information about the Python-Dev mailing list
Wed Feb 13 21:19:18 CET 2008
- Previous message: [Python-Dev] __new__ deprecation
- Next message: [Python-Dev] __new__ deprecation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
-On [20080213 21:02], Guido van Rossum (guido at python.org) wrote: >What __new__ deprecation warning? Yes, sorry, I realized after sending that it might be a bit obtuse. With 2.6: DeprecationWarning: object.__new__() takes no parameters return object.__new__(cls, uri) -- Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ I am the impossibility...
- Previous message: [Python-Dev] __new__ deprecation
- Next message: [Python-Dev] __new__ deprecation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list