[Python-Dev] Issue #4953 (cgi) closed: please test it as much as possible

2011-01-14 Thread Victor Stinner
Hi,

I just closed issue #4953 just before Python 3.2 final: the CGI module
should now handle correctly binary files and Unicode. I also patched
urllib.parse.parse_qs() and urllib.parse.parse_qsl() to add encoding and
errors arguments.

Please test the CGI module (with Python 3.2) as much as possible,
especially with WSGI.

http://bugs.python.org/issue4953

Victor

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Summary of Python tracker Issues

2011-01-14 Thread Python tracker

ACTIVITY SUMMARY (2011-01-07 - 2011-01-14)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open2498 ( -3)
  closed 20192 (+54)
  total  22690 (+51)

Open issues with patches: 1049 


Issues opened (35)
==

#1602: windows console doesn't print or input Unicode
http://bugs.python.org/issue1602  reopened by tim.golden

#8844: Condition.wait() doesn't raise KeyboardInterrupt
http://bugs.python.org/issue8844  reopened by haypo

#8957: strptime(.., '%c') fails to parse output of strftime('%c', ..)
http://bugs.python.org/issue8957  reopened by belopolsky

#10116: Sporadic failures in test_urllibnet
http://bugs.python.org/issue10116  reopened by pitrou

#10854: Output DLL name in error message of ImportError when DLL is mi
http://bugs.python.org/issue10854  reopened by techtonik

#10855: wave.Wave_read.close() doesn't release file
http://bugs.python.org/issue10855  reopened by pjcreath

#10860: Handle empty port after port delimiter in httplib
http://bugs.python.org/issue10860  opened by sligocki

#10866: Add sethostname()
http://bugs.python.org/issue10866  opened by rosslagerwall

#10867: mmap.flush() issue msync() even if mapping was created with  p
http://bugs.python.org/issue10867  opened by mmarkk

#10868: ABCMeta.register() should work as a decorator
http://bugs.python.org/issue10868  opened by kerio

#10872: Add mode to TextIOWrapper repr
http://bugs.python.org/issue10872  opened by georg.brandl

#10874: test_urllib2 shouldn't use is operator for comparing strings
http://bugs.python.org/issue10874  opened by Trundle

#10878: asyncore does not react properly on close()
http://bugs.python.org/issue10878  opened by tgeorgiev

#10879: cgi memory usage
http://bugs.python.org/issue10879  opened by v+python

#10880: do_mkvalue and 'boolean'
http://bugs.python.org/issue10880  opened by IROV

#10882: Add os.sendfile()
http://bugs.python.org/issue10882  opened by rosslagerwall

#10883: urllib: socket is not closed explicitly
http://bugs.python.org/issue10883  opened by haypo

#10884: pkgutil EggInfoDistribution requirements for .egg-info metadat
http://bugs.python.org/issue10884  opened by pumazi

#10885: multiprocessing docs
http://bugs.python.org/issue10885  opened by rosslagerwall

#10886: Unhelpful backtrace for multiprocessing.Queue
http://bugs.python.org/issue10886  opened by torsten

#10887: Add link to development ML
http://bugs.python.org/issue10887  opened by techtonik

#10888: os.stat(filepath).st_mode gives wrong 'executable permission' 
http://bugs.python.org/issue10888  opened by jeroen.dobbelaere

#10891: Tweak sorting howto to eliminate redundancy
http://bugs.python.org/issue10891  opened by eric.araujo

#10894: Making stdlib APIs private
http://bugs.python.org/issue10894  opened by SilentGhost

#10895: Private stdlib API: getopt, getpass, glob, gzip, genericpath, 
http://bugs.python.org/issue10895  opened by SilentGhost

#10897: UNIX mmap unnecessarily dup() file descriptor
http://bugs.python.org/issue10897  opened by lorenz

#10898: posixmodule.c redefines FSTAT
http://bugs.python.org/issue10898  opened by alanh

#10900: bz2 module fails to uncompress large files
http://bugs.python.org/issue10900  opened by wrobell

#10903: ZipExtFile:_update_crc fails for CRC >= 0x8000
http://bugs.python.org/issue10903  opened by arindam

#10904: PYTHONIOENCODING is not in manpage
http://bugs.python.org/issue10904  opened by pebbe

#10905: zipfile: fix arcname with leading '///' or '..'
http://bugs.python.org/issue10905  opened by zhigang

#10906: wsgiref should mention that CGI scripts usually expect HTTPS v
http://bugs.python.org/issue10906  opened by techtonik

#10907: OS X installer: warn users of buggy Tcl/Tk in OS X 10.6
http://bugs.python.org/issue10907  opened by ned.deily

#10908: Improvements to trace._Ignore
http://bugs.python.org/issue10908  opened by SilentGhost

#775321: plistlib error handling
http://bugs.python.org/issue775321  reopened by eric.araujo



Most recent 15 issues with no replies (15)
==

#10908: Improvements to trace._Ignore
http://bugs.python.org/issue10908

#10906: wsgiref should mention that CGI scripts usually expect HTTPS v
http://bugs.python.org/issue10906

#10904: PYTHONIOENCODING is not in manpage
http://bugs.python.org/issue10904

#10903: ZipExtFile:_update_crc fails for CRC >= 0x8000
http://bugs.python.org/issue10903

#10898: posixmodule.c redefines FSTAT
http://bugs.python.org/issue10898

#10891: Tweak sorting howto to eliminate redundancy
http://bugs.python.org/issue10891

#10887: Add link to development ML
http://bugs.python.org/issue10887

#10886: Unhelpful backtrace for multiprocessing.Queue
http://bugs.python.org/issue10886

#10885: multiprocessing docs
http://bugs.python.org/issue10885

#10883: urllib: socket is not closed explicitly
http://bugs.python.org/issue10883

#10866