[Patches] Re: urllib: POST with arbitrary mime type

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Sat, 22 Apr 2000 16:07:01 +0200


bzzt.  the second example was supposed to be:

    body =3D urllib.Form(name=3D"fredrik", email=3D"effbot@telia.com")
    result =3D urllib.urlopen(host, body)

</F>