[Python-Dev] [Python-checkins] r46300 - in python/trunk: Lib/socket.py Lib/test/test_socket.py Lib/test/test_struct.py Modules/_struct.c Modules/arraymodule.c Modules/socketmodule.c (original) (raw)

Martin Blais blais at furius.ca
Thu Jun 1 04:24:08 CEST 2006


On 5/31/06, Guido van Rossum <guido at python.org> wrote:

On 5/31/06, Martin Blais <blais at furius.ca> wrote: > So I assume you're suggesting the following renames: > > packto -> packinto > recvbuf -> recvinto > recvfrombuf -> recvfrominto > > (I don't like that last one very much. > I'll go ahead and make those renames once I return.)

You could add an underscore before into.

Will do! cheers,



More information about the Python-Dev mailing list