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 r.david.murray
Recipients facundobatista, mark.dickinson, r.david.murray, rhettinger, serhiy.storchaka, skrah
Date 2015-12-29.19:55:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451418938.5.0.665202746139.issue25971@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder if it is a (programming) language specific thing.  On the other hand, I don't know what those langauges error messages look like, but Python's normally follow a colon (ValueError: ....) where not having the message capitalized is more natural (whether or not there is a full stop at the end), at least in American English.
History
Date User Action Args
2015-12-29 19:55:38r.david.murraysetrecipients: + r.david.murray, rhettinger, facundobatista, mark.dickinson, skrah, serhiy.storchaka
2015-12-29 19:55:38r.david.murraysetmessageid: <1451418938.5.0.665202746139.issue25971@psf.upfronthosting.co.za>
2015-12-29 19:55:38r.david.murraylinkissue25971 messages
2015-12-29 19:55:37r.david.murraycreate