This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients amaury.forgeotdarc, barry, eric.araujo, erob, flox, ggenellina, gvanrossum, oopos, pebbe, pitrou, quentel, r.david.murray, tcourbon, tercero12, tobias, v+python, vstinner
Date 2011-01-06.17:33:12
SpamBayes Score 1.0835555e-11
Marked as misclassified No
Message-id <1294335194.51.0.00892186187554.issue4953@psf.upfronthosting.co.za>
In-reply-to
Content
About the backward compatibility: does anyone use CGI with Python3? It looks like the module is broken (at least to upload files). If not, it's maybe better to fix it today than having to maintain a "broken" API.

Python 3.2 has many incompatibles changes with Python 3.1 to fix bugs. Some examples:
 - No more sys.setfilesystemencoding() function
 - ctypes and struct doesn't convert implicitly str to bytes
 - mbcs encoding raise an error if the error handler is not supported
 - etc.
History
Date User Action Args
2011-01-06 17:33:14vstinnersetrecipients: + vstinner, gvanrossum, barry, amaury.forgeotdarc, ggenellina, pitrou, eric.araujo, v+python, r.david.murray, oopos, tercero12, tcourbon, tobias, flox, pebbe, quentel, erob
2011-01-06 17:33:14vstinnersetmessageid: <1294335194.51.0.00892186187554.issue4953@psf.upfronthosting.co.za>
2011-01-06 17:33:12vstinnerlinkissue4953 messages
2011-01-06 17:33:12vstinnercreate