Re: [Python-Dev] [Web-SIG] py3k, cgi, email, and form-data

2009-05-12 Thread Graham Dumpleton
2009/5/12 Robert Brewer : > There's a major change in functionality in the cgi module between Python > 2 and Python 3 which I've just run across: the behavior of > FieldStorage.read_multi, specifically when an HTTP app accepts a file > upload within a multipart/form-data payload. > > In Python 2, e

Re: [Python-Dev] switching on -3 from within a program?

2008-09-17 Thread Graham Dumpleton
On Sep 17, 1:32 am, Anthon van der Neut <[EMAIL PROTECTED]> wrote: > With a minor modification to the Makefile I was able to getmod_wsgi > v2.3 to work with python2.6rc1. Which I believe was still required only because you have only installed static Python library. :-) > I promptly got a warning