Issue 1471985: mimetools module getencoding error (original) (raw)

Issue1471985

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:16 admin set github: 43233
2010-07-10 10:53:28 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + resolution: out of date
2010-07-09 17:10:22 BreamoreBoy set nosy: + BreamoreBoymessages: +
2009-03-21 02:13:38 ajaksu2 set title: mimetools module getencoding error -> mimetools module getencoding errorstage: test neededtype: enhancementcomponents: + Library (Lib), - Noneversions: + Python 3.1, Python 2.7
2006-04-17 22:20:24 jgsack create