This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients ezio.melotti, roger.serwy
Date 2012-10-15.09:33:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350293613.97.0.206427789685.issue16200@psf.upfronthosting.co.za>
In-reply-to
Content
Making .posix read-only is technically backward-incompatible, but I'm not sure if there are cases where people might have changed its value without incurring in the bug.  Leaving .posix read/writable and changing .eof accordingly might be a better solution.

As a side note, you can use assertRaises (possibly as a context manager) in the tests.
History
Date User Action Args
2012-10-15 09:33:34ezio.melottisetrecipients: + ezio.melotti, roger.serwy
2012-10-15 09:33:33ezio.melottisetmessageid: <1350293613.97.0.206427789685.issue16200@psf.upfronthosting.co.za>
2012-10-15 09:33:33ezio.melottilinkissue16200 messages
2012-10-15 09:33:33ezio.melotticreate