[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
Guido van Rossum
guido at python.org
Wed May 31 16:10:22 CEST 2006
On 5/31/06, Martin Blais <blais at furius.ca> wrote:
> So I assume you're suggesting the following renames:
>
> pack_to -> packinto
> recv_buf -> recvinto
> recvfrom_buf -> 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/)
More information about the Python-Dev
mailing list