]> granicus.if.org Git - python/commit
Fixes in struct and socket from merge reviews.
authorMartin Blais <blais@furius.ca>
Sun, 4 Jun 2006 13:49:49 +0000 (13:49 +0000)
committerMartin Blais <blais@furius.ca>
Sun, 4 Jun 2006 13:49:49 +0000 (13:49 +0000)
commitaf2ae72cb20e853091faad0dd11d51e97539881d
tree218d426ffb6408a97dcf7ff2055cc4b28476b1b5
parent63f0db682e00d051466e5d739ba85f2a30279eef
Fixes in struct and socket from merge reviews.

- Following Guido's comments, renamed

  * pack_to -> pack_into
  * recv_buf -> recv_into
  * recvfrom_buf -> recvfrom_into

- Made fixes to _struct.c according to Neal Norwitz comments on the checkins
  list.

- Converted some ints into the appropriate -- I hope -- ssize_t and size_t.
Lib/socket.py
Lib/struct.py
Lib/test/test_socket.py
Lib/test/test_struct.py
Modules/_struct.c
Modules/socketmodule.c