socket in python 2.2 vs 2.1

Martin v. Loewis martin at v.loewis.de
Wed Feb 20 17:29:35 EST 2002


Ivan Bykov <ivan at kupol.ru> writes:

> It`s bug?

I think this is a bug in your program. You don't need to connect() for
a UDP socket, but if you do, you need to pass a valid address.

Regards,
Martin



More information about the Python-list mailing list