[Python-Dev] __new__ deprecation

Jeroen Ruigrok van der Werven asmodai at in-nomine.org
Wed Feb 13 21:19:18 CET 2008


-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...


More information about the Python-Dev mailing list