File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3582,10 +3582,10 @@ def test_fromisoformat_fails_datetime(self):
35823582 '2009-04-19T12:30:45.400 ' , # Trailing space (gh-130959)
35833583 '2009-04-19T12:30:45. 400' , # Space before fraction (gh-130959)
35843584 '2020-2020' , # Ambiguous 9-char date portion
3585- '2009-04-19T12:30:45.+05:00' , # Empty fraction before offset
3586- '2009-04-19T12:30:45.-05:00' , # Empty fraction before offset
3587- '2009-04-19T12:30:45.Z' , # Empty fraction before Z
3588- '2009-04-19T12:30:45,+05:00' , # Empty fraction (comma) before offset
3585+ '2009-04-19T12:30:45.+05:00' , # Empty fraction before offset
3586+ '2009-04-19T12:30:45.-05:00' , # Empty fraction before offset
3587+ '2009-04-19T12:30:45.Z' , # Empty fraction before Z
3588+ '2009-04-19T12:30:45,+05:00' , # Empty fraction (comma) before offset
35893589 ]
35903590
35913591 for bad_str in bad_strs :
You can’t perform that action at this time.
0 commit comments