[issue11442] list_directory() in SimpleHTTPServer.py should add charset=... to Content-type header

Guido van Rossum report at bugs.python.org
Sat May 21 00:07:33 CEST 2011


Guido van Rossum <guido at python.org> added the comment:

Let me confirm that. Since it is a security patch the entire point of it is to be placed in the release.

I don't want to question the reasons for doing the release from svn instead of from hg, but I do want to emphasize that the hg branch ought to be considered the master which svn should track as closely as possible.  The only reason to not port a patch to the svn branch would be if it was submitted to the hg branch in contradiction with some policy (e.g. a non-security fix to a branch that should only receive security fixes), and then it should probably be rolled back in the hg branch (and the decision to do so should be very visible on python-dev).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11442>
_______________________________________


More information about the Python-bugs-list mailing list