[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)
Guido van Rossum guido at python.org
Wed May 31 16:10:22 CEST 2006
- Previous message: [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
- Next message: [Python-Dev] getting rid of confusing "expected a character buffer object" messages
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [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
- Next message: [Python-Dev] getting rid of confusing "expected a character buffer object" messages
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]