
While working on the documentation, I've noticed a naming inconsistency regarding PyBufferProcs; it's peers are all named Py*Methods (PySequenceMethods, PyNumberMethods, etc.). I'd like to propose that a synonym, PyBufferMethods, be made for PyBufferProcs, and use that in the core implementations and the documentation. -Fred -- Fred L. Drake, Jr. <fdrake at acm.org> Corporation for National Research Initiatives

On Mon, 6 Mar 2000, Fred L. Drake, Jr. wrote:
While working on the documentation, I've noticed a naming inconsistency regarding PyBufferProcs; it's peers are all named Py*Methods (PySequenceMethods, PyNumberMethods, etc.). I'd like to propose that a synonym, PyBufferMethods, be made for PyBufferProcs, and use that in the core implementations and the documentation.
+0 Although.. I might say that it should be renamed, and a synonym (#define or typedef?) be provided for the old name. Cheers, -g -- Greg Stein, http://www.lyra.org/
participants (2)
-
Fred L. Drake, Jr.
-
Greg Stein