[Python-checkins] [Python-Dev] 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

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:
> >
> >   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.

Will do!
cheers,


More information about the Python-checkins mailing list