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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, oopos
Date 2009-01-15.12:43:50
SpamBayes Score 0.15377592
Marked as misclassified No
Message-id <1232023431.81.0.996981440833.issue4953@psf.upfronthosting.co.za>
In-reply-to
Content
OK, another try. Please replace the previous version with these 3 lines:

  encoding = os.environ.get('HTTP_TRANSFER_ENCODING')
  stdin = open(sys.stdin.fileno(), 'r', encoding=encoding)
  opsform = cgi.FieldStorage(stdin)
History
Date User Action Args
2009-01-15 12:43:51amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, oopos
2009-01-15 12:43:51amaury.forgeotdarcsetmessageid: <1232023431.81.0.996981440833.issue4953@psf.upfronthosting.co.za>
2009-01-15 12:43:51amaury.forgeotdarclinkissue4953 messages
2009-01-15 12:43:51amaury.forgeotdarccreate