gh-89157: Make C and Python implementation of datetime.date.fromisoformat consistent.#131007
gh-89157: Make C and Python implementation of datetime.date.fromisoformat consistent.#131007hugovk merged 7 commits intopython:mainfrom
datetime.date.fromisoformat consistent.#131007Conversation
|
Implementation is fine I just need to clear up tests as C raises a Value error but Python a TypeError will get this done soon enough |
|
Thanks for merging @hugovk :-) |
|
Thanks for the PR! |
| '2009-04-19T03:15:4500:00', # Bad time zone separator | ||
| '2009-04-19T03:15:45.123456+24:30', # Invalid time zone offset | ||
| '2009-04-19T03:15:45.123456-24:30', # Invalid negative offset | ||
| '2009-04-10ᛇᛇᛇᛇᛇ12:15', # Too many unicode separators |
There was a problem hiding this comment.
Why was this changed? The problem isn't that there are Unicode characters but that there is more than one of them. The old description was now accurate.
There was a problem hiding this comment.
It is a bit late now, it probably should have been asked a month ago when you approved this. In hindsight I agree the previous one was better.
Uh oh!
There was an error while loading. Please reload this page.