[issue8562] hasattr(open, 'newlines') example gives incorrect results from PEP0278

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r83556. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue8562] hasattr(open, 'newlines') example gives incorrect results from PEP0278

2010-05-24 Thread David Antliff
Changes by David Antliff : -- nosy: +David.Antliff ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue8562] hasattr(open, 'newlines') example gives incorrect results from PEP0278

2010-04-28 Thread Matt Wartell
Changes by Matt Wartell : -- nosy: +Matt.Wartell ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue8562] hasattr(open, 'newlines') example gives incorrect results from PEP0278

2010-04-28 Thread AdamN
New submission from AdamN : This bug from the Ubuntu list is being moved here: https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/570737 Newlines support is enabled on Ubuntu but the example from: http://www.python.org/dev/peps/pep-0278/ Does not give the correct results (of True)