[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
- Previous message: [Python-Dev] Search for empty substrings (was Re: Let's stop eating exceptions in dict lookup)
- Next message: [Python-Dev] test_struct failure on 64 bit platforms
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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,
- Previous message: [Python-Dev] Search for empty substrings (was Re: Let's stop eating exceptions in dict lookup)
- Next message: [Python-Dev] test_struct failure on 64 bit platforms
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]