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

[pygame] ANIS-C / ISO C90 compliance



Hi pygame developers,

I noticed that there are some non ISO C90 compliant pieces of code
in trunk - namely some C++ comments // (two slashes). CPython itself
claims to be ISO C90 compliant. Is there a pygame guideline which
C standard we want to target?
On a similar note: Which Python version do we support? I saw that
there is a python2.4 buildbot but nothing below that. Can I assume
from that, that python2.3 and earlier are *not* officially supported
by pygame?

yours
//Lorenz