majiang

Results 7 comments of majiang

I've come across similar issue with `A | B` style type annotation for `typing.Union`. ``` date: datetime.date | None ``` didn't get `type_hooks={datetime.date: datetime.date.fromisoformat}` working, but ``` date: typing.Union[datetime.date, None]...

The reason I think is that [built-in `TimeoutError` is "Raised when **a system function** timed out **at the system level**.](https://docs.python.org/3/library/exceptions.html#TimeoutError) Besides, using the same name `TimeoutError` seems error-prone (that's why...

If you inherited you would say "a TimeoutDeoratorError **is a** TimeoutError" which is system level by built-in definition. We should rather just rename the TimeoutError to a non-confusing alternative.

Could you merge this and release? I came here from responder too

+1 to this. `master` now has poetry section where this addition should go with some description comments. https://github.com/github/gitignore/blob/d0b80a469983a7beece8fa1f5c48a8242318b531/Python.gitignore#L97

IE is now gone 🎉

D言語くんの追加はいまかいまかと待っています