Chris AtLee wrote: > One thing I've always missed in urllib/urllib2 is the > facility to encode POST data as multipart/form-data. I second that, having had to reinvent it a couple of times recently. It seems like an obvious thing to want to do, and it's surprising to find it's not supported. -- Greg