socketmodule.c: added socket.fromfd(fd, family, type, [proto]);
converted socket() to use of getargs().
1 file changed
tree: 46809ce0318b86aebb6fafa9dea5d24db920641f
  1. Demo/
  2. Doc/
  3. Grammar/
  4. Include/
  5. Lib/
  6. Mac/
  7. Modules/
  8. Objects/
  9. Parser/
  10. Python/
  11. Tools/