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 martin.panter
Recipients alb_moral, martin.panter, xtreak
Date 2018-10-10.20:27:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539203243.3.0.788709270274.issue34951@psf.upfronthosting.co.za>
In-reply-to
Content
RFC 6265 says that only the first three letters of the month are significant, and the rest of the token should be ignored. See <https://tools.ietf.org/html/rfc6265#section-5.1.1>:

month = ( "jan" / "feb" / "mar" / "apr" /
    "may" / "jun" / "jul" / "aug" /
    "sep" / "oct" / "nov" / "dec" ) *OCTET

I have not heard of an Expires field syntax with a numeric month.
History
Date User Action Args
2018-10-10 20:27:23martin.pantersetrecipients: + martin.panter, xtreak, alb_moral
2018-10-10 20:27:23martin.pantersetmessageid: <1539203243.3.0.788709270274.issue34951@psf.upfronthosting.co.za>
2018-10-10 20:27:23martin.panterlinkissue34951 messages
2018-10-10 20:27:23martin.pantercreate