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 9d02f82 commit 2ccb2a2Copy full SHA for 2ccb2a2
Lib/test/datetimetester.py
@@ -3386,6 +3386,7 @@ def test_fromisoformat_fails_datetime(self):
3386
'2009-04-19T24:01:00.000000', # Has non-zero minutes on 24:00
3387
'2009-04-32T24:00:00.000000', # Day is invalid before wrapping due to 24:00
3388
'2009-13-01T24:00:00.000000', # Month is invalid before wrapping due to 24:00
3389
+ '9999-12-31T24:00:00.000000', # Year is invalid after wrapping due to 24:00
3390
]
3391
3392
for bad_str in bad_strs:
0 commit comments