We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1634def commit 26037c9Copy full SHA for 26037c9
Lib/test/test_email/test_email.py
@@ -3227,7 +3227,7 @@ def test_parsedate_y2k(self):
3227
3228
"""
3229
self.assertEqual(utils.parsedate_tz('25 Feb 03 13:47:26 -0800'),
3230
- utils.parsedate_tz('25 Feb 2003 13:47:26 -0800'))
+ utils.parsedate_tz('25 Feb 3 13:47:26 -0800'))
3231
self.assertEqual(utils.parsedate_tz('25 Feb 71 13:47:26 -0800'),
3232
utils.parsedate_tz('25 Feb 1971 13:47:26 -0800'))
3233
0 commit comments