Tor Erik Sønvisen wrote:
> I need to browse the socket-module source-code. I believe it's contained in 
> the file socketmodule.c, but I can't locate this file... Where should I 
> look?

You can browse the Python CVS tree here:
http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/

For example, the file you asked for is viewable here:
http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Modules/socketmodule.c?rev=1.314&view=auto

Dave
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to