[Python-Dev] Running Py2.6 with the -3 option (original) (raw)

grubert at users.sourceforge.net grubert at users.sourceforge.net
Thu Jul 17 08:52:14 CEST 2008


On Wed, 16 Jul 2008, engelbert gruber wrote:

On Wed, Jul 16, 2008 at 7:02 PM, Guido van Rossum <guido at python.org> wrote:

On Tue, Jul 15, 2008 at 11:50 PM, engelbert gruber <grubert at users.sourceforge.net> wrote: I see mostly dict.haskey() not supported in 3.x; and sometimes DeprecationWarning: callable() not supported in 3.x; .

Good catch, Engelbert.

isnt it that i throw and need someone who catches ?

But why would haskey() need a warning when 2to3 will fix it just fine? for example, if haskey is the only problem in my module, it is possible to support py22 to py3 with one source which i think would be quite handy.

rather naive assumption of me.

anyway i'll file patches on case base.

all the best

--



More information about the Python-Dev mailing list