[issue3438] PyCF_DONT_IMPLY_DEDENT can be used to activate the with statement

2008-07-24 Thread Roger Demetrescu
Changes by Roger Demetrescu <[EMAIL PROTECTED]>: -- nosy: +rdemetrescu ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3438> ___ __

[issue3143] development docs waste a lot of horizontal space on left nav bar

2008-06-24 Thread Roger Demetrescu
Changes by Roger Demetrescu <[EMAIL PROTECTED]>: -- nosy: +rdemetrescu ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3143> ___ __

[issue1525919] email package quoted printable behaviour changed

2007-12-06 Thread Roger Demetrescu
Roger Demetrescu added the comment: I am not sure if it is related, but anyway... MIMEText behaviour has changed from python 2.4 to 2.5. # Python 2.4 >>> from email.MIMEText import MIMEText >>> m = MIMEText(None, 'html', 'iso-8859-1') >>> m.se