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 mrabarnett
Recipients BreamoreBoy, ezio.melotti, mrabarnett, pitrou, rhettinger, serhiy.storchaka, steven.daprano, terry.reedy
Date 2015-02-18.23:24:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424301887.07.0.23759054994.issue22364@psf.upfronthosting.co.za>
In-reply-to
Content
Some error messages use the indefinite article:

    "expected a bytes-like object, %.200s found"
    "cannot use a bytes pattern on a string-like object"
    "cannot use a string pattern on a bytes-like object"

but others don't:

    "expected string instance, %.200s found"
    "expected str instance, %.200s found"

Messages tend to be abbreviated, so I think that it would be better to just omit the article.

I don't think that the error message "bad repeat interval" is an improvement (Why is it "bad"? What is an "interval"?). I think that saying that the min is greater than the max is clearer.
History
Date User Action Args
2015-02-18 23:24:47mrabarnettsetrecipients: + mrabarnett, rhettinger, terry.reedy, pitrou, ezio.melotti, steven.daprano, BreamoreBoy, serhiy.storchaka
2015-02-18 23:24:47mrabarnettsetmessageid: <1424301887.07.0.23759054994.issue22364@psf.upfronthosting.co.za>
2015-02-18 23:24:47mrabarnettlinkissue22364 messages
2015-02-18 23:24:47mrabarnettcreate