]> granicus.if.org Git - python/commit
Handle the Content-Type header a little more appropriately: if it
authorFred Drake <fdrake@acm.org>
Tue, 12 Nov 2002 22:19:34 +0000 (22:19 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 12 Nov 2002 22:19:34 +0000 (22:19 +0000)
commit0b9e3f750cc91e83d9614dd941545a8b29fa248a
treefaa30477a95fa00cd81624436e84a80480ddd89f
parentb9099c3df495d4bf0090d7a751325343852b61db
Handle the Content-Type header a little more appropriately:  if it
contains options, drop them to get the major/minor content type.
Modified from the supplied patch to support more whitespace variation.
Closes SF patch #613605.
Tools/webchecker/webchecker.py