[issue10010] ".. index::" position

2010-10-01 Thread Senthil Kumaran
Senthil Kumaran added the comment: Fixed in py3k(r85156), release31-maint(r85157) and release27-maint(r85158). -- nosy: +orsenthil resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior ___ Python tracker

[issue9974] tokenizer.untokenize not invariant with line continuations

2010-10-01 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Interesting, is that a separate defect of doctest? -- ___ Python tracker ___ ___ Python-bugs

[issue1050268] rfc822.parseaddr is broken, breaks sendmail call in smtplib

2010-10-01 Thread R. David Murray
R. David Murray added the comment: After working my way through the code I no longer think that parseaddr is working as designed. I think that this is a bug, and that there is a missing call to quote in getaddrspec. Attached is a revised set of unit tests and a fix. The full python test su

[issue10006] non-Pythonic fate of __abstractmethods__

2010-10-01 Thread Yaroslav Halchenko
Yaroslav Halchenko added the comment: yikes... surprising resolution -- I expected that fix would either makes __abstractmethods__ accessible in derived "type"s or becomes absent from output of dir() -- but none of those has happened. Now we ended up with a consistent non-Pythonic fate of __

[issue9951] introduce bytes.hex method

2010-10-01 Thread Nick Coghlan
Changes by Nick Coghlan : -- nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue9951] introduce bytes.hex method

2010-10-01 Thread Nick Coghlan
Nick Coghlan added the comment: Patch generally looks good, but the type of retbuf is incorrect (should be Py_UNICODE* rather than wchar_t*). -- ___ Python tracker ___ _

<    1   2