Lino Mastrodomenico wrote: > Hi everyone, > > I have submitted a new PEP: > > http://www.python.org/dev/peps/pep-0368/ > > It starts from a Pete Shinners' suggestion and from the consideration > that there are a lot of Python libraries that use image objects, but > almost all of them have implemented their own image classes, > incompatible with everyone else's (and often not very pythonic).
Could you build this on top of the new buffer protocol that we're working on? http://www.python.org/dev/peps/pep-3118/ Enabling this kind of data sharing is precisely what the new buffer type is intended for. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com