Amaury Forgeot d'Arc wrote: > Could this code replace the current PyString_AsStringAndSize, instead > of creating a new function?
I guess it could. But it's a naming question. The method is more general and takes more than just instances of PyString and its subclasses. Therefor I think it should be part of the abstract protocol. Guido? :) Christian _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
