I have an IP adress and a port # and I needed them in Network Byte Order. Socket.connect (( ipAddr , portNumber) - how would you do this with python, I am unsure of exactly how python data is stored. I know the bits must be equal to an unsigend int. HOw would you do this in Python?? Thanks for your help
-- http://mail.python.org/mailman/listinfo/python-list