[issue1599329] urllib(2) should allow automatic decoding by charset

2010-11-17 Thread Éric Araujo
Changes by Éric Araujo : -- dependencies: -Add a "decode to declared encoding" version of urlopen to urllib nosy: +eric.araujo resolution: -> duplicate stage: unit test needed -> committed/rejected status: open -> closed superseder: -> Add a "decode to declared encoding" version of ur

[issue1599329] urllib(2) should allow automatic decoding by charset

2010-01-27 Thread Lino Mastrodomenico
Changes by Lino Mastrodomenico : -- nosy: +mastrodomenico ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue1599329] urllib(2) should allow automatic decoding by charset

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1599329] urllib(2) should allow automatic decoding by charset

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +jjlee ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue1599329] urllib(2) should allow automatic decoding by charset

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Add a "decode to declared encoding" version of urlopen to urllib nosy: +orsenthil stage: -> test needed ___ Python tracker ___

[issue1599329] urllib(2) should allow automatic decoding by charset

2009-02-08 Thread Daniel Diniz
Daniel Diniz added the comment: There's an attempt to implement this behavior, for 3.1, in issue 4733. Maybe having a parallel in 2.7 could help the 2.x 3.x transition for some users? -- nosy: +ajaksu2 versions: +Python 2.7, Python 3.1 ___ Python tra