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.

classification
Title: mimetools module getencoding error
Type: enhancement Stage: test needed
Components: Library (Lib) Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, georg.brandl, jgsack
Priority: normal Keywords:

Created on 2006-04-17 22:20 by jgsack, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg60905 - (view) Author: James G. sack (jim) (jgsack) Date: 2006-04-17 22:20
in Python 2.4.1
---------------

(accessing mimetools via utllib..)

getencoding() returns
  '7bit'

when header contains
  Content-Type: text/html; charset=UTF-8

shouldn't that substitute for a absent transfer-encoding 
field?


msg109774 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-07-09 17:10
As mimetools has been deprecated since 2.3 and removed from py3k can this be closed as won't fix?
msg109849 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-07-10 10:53
Agreed.
History
Date User Action Args
2022-04-11 14:56:16adminsetgithub: 43233
2010-07-10 10:53:28georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg109849

resolution: out of date
2010-07-09 17:10:22BreamoreBoysetnosy: + BreamoreBoy
messages: + msg109774
2009-03-21 02:13:38ajaksu2settitle: mimetools module getencoding error -> mimetools module getencoding error
stage: test needed
type: enhancement
components: + Library (Lib), - None
versions: + Python 3.1, Python 2.7
2006-04-17 22:20:24jgsackcreate