[issue1005113] test__locale fails on MacOS X

2009-02-08 Thread Daniel Diniz
Daniel Diniz added the comment: Out-of-date? -- nosy: +ajaksu2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue1056293] dir() should only return strings

2009-02-08 Thread Daniel Diniz
Daniel Diniz added the comment: Still present in trunk:69418: class obj: pass obj.__dict__[1] = 0 [k for k in dir(obj) if k.startswith("set_")] -- nosy: +ajaksu2 type: -> behavior versions: +Python 2.7 ___ Python tracker

[issue924806] email.Header.Header() produces wrong headers with utf8 enc.

2009-02-08 Thread Andreas Jung
Andreas Jung added the comment: No idea - this bug is five years old! ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1170065] HTTPResponse.getheaders() returns lowercased header names

2009-02-08 Thread Daniel Diniz
Daniel Diniz added the comment: Superseder: issue 2275. -- nosy: +ajaksu2 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1384175] random module - Provider DLL failed to initialize correctly

2009-02-08 Thread Martin v. Löwis
Changes by Martin v. Löwis : -- resolution: -> works for me status: open -> closed versions: +3rd party -Python 2.4 ___ Python tracker ___

[issue1911] webbrowser.open firefox 3 issues

2009-02-08 Thread Daniel Diniz
Daniel Diniz added the comment: Out-of-date: fixed in trunk. -- nosy: +ajaksu2 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue3991] urllib.request.urlopen does not handle non-ASCII characters

2009-02-08 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

<    1   2