[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] What about python 3?



There are a few take-aways, I think:

For example, avoiding dict.has_key() which is going away, other dict methods return views (e.g., don't assume their lists), int/int returns float, etc.

Good things to avoid now in new code moving forward.

-Casey

On Aug 31, 2007, at 2:18 PM, Marcus von Appen wrote:

On, Fri Aug 31, 2007, Lamonte Harris wrote:

What do we do for python 3 :S. When will there be information on pygame and
the new Python 3?

Citated from http://www.python.org/dev/peps/pep-3000:
"Hopeful future deadlines: * August 2008: release 3.0 (final)."

It's a bit 'til then. We do not even can guarantee 2.6 support, which is
not released yet, either), so looking forward to Python 3 with its
compatibility breakage and all the new stuff is a bit ahead, not?

Regards
Marcus