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 christian.heimes
Recipients
Date 2007-08-19.13:47:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I've added the message parameter for the case that we have to use a different error message. For example:
self._checkReadable("Can't read from a closed socket")

I've done a lot of Zope, twisted and Qt development lately. I prefer camel case but you are right. The Python core has to follow PEP 8. What do you think about _isreadable(), _iswritable(), _isseekable()?
History
Date User Action Args
2007-08-23 15:59:37adminlinkissue1771364 messages
2007-08-23 15:59:37admincreate