Hideo Hattori

Results 9 issues of Hideo Hattori

Hi, Thank you for creating this library. `django-extended-choices` is a very convenient and good library. Change Summary * support Python 3.8.0 and Django3.0. and update toxenv and travis-ci config. Thanks

## Why? Now, autopep8 depends on 2to3. This is a remnant of when it was also used in Python 2.x. Time has passed and Python 3 is mainstream. We want...

## Why? The current `-a`, `-aa`, `-aaa`, `--experimental` option is confusing and becomes a factor to increase the maintenance cost. Delete these options and change them to control all operations...

error occured with following code: ```python Traceback (most recent call last): File "usetokioloop.py", line 1, in import tokio File "/path/to/tokio/__init__.py", line 14, in class Loop(_tokio.TokioEventLoop, AbstractEventLoop): TypeError: type 'tokio._tokio.TokioEventLoop' is...