[Python-Dev] Running Py2.6 with the -3 option (original) (raw)
Guido van Rossum guido at python.org
Wed Jul 16 19:02:35 CEST 2008
- Previous message: [Python-Dev] Running Py2.6 with the -3 option
- Next message: [Python-Dev] Running Py2.6 with the -3 option
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 sometimesDeprecationWarning: callable() not supported in 3.x;
.
Good catch, Engelbert.
But why would has_key() need a warning when 2to3 will fix it just fine?
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Running Py2.6 with the -3 option
- Next message: [Python-Dev] Running Py2.6 with the -3 option
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]