]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added getparamnames() to Message class -- return a list of all
authorGuido van Rossum <guido@python.org>
Fri, 4 Oct 1996 20:14:02 +0000 (20:14 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 4 Oct 1996 20:14:02 +0000 (20:14 +0000)
commit4be63d17255b590bad8d80b564a717995f2ee3f3
treea749d43fdc5eba2e3c50afb9c2c185009c69bb32
parent8299e46831b1ab387fb0e615efb96497ffe774ae
Added getparamnames() to Message class -- return a list of all
parameters of the content-type header.
Lib/mimetools.py