I think he means to find out which array type is being used?
On Fri, Feb 15, 2008 at 7:04 PM, Marcus von Appen <[EMAIL PROTECTED]> wrote: > > On, Fri Feb 15, 2008, Lenard Lindstrom wrote: > > > René Dudfield wrote: > >> Hello, > >> > >> I think it's about time to freeze pygame for release. > >> > >> This means we stop adding in features, and make an RC4 release soon > >> for testing, and bug fixes only. > >> > >> So we'll create some binaries for windows, and mac, and release a > >> source tar ball for testing too. > >> > >> > >> But before we do that, is there anyone who wants to get some small > >> last minute features in? > >> > >> > > Playing around with the array examples I think it would be useful if > > surfarray and sndarray exposed __arraytype in a formal way. Then a program > > could let these modules choose which array package to use. Since these > > modules have already gone through the trial an error search for an array > > package, why do it again. > > Maybe I'm missing something here, but they already do that and you can > already choose the array package type. > > Regards > Marcus >