Andrew Svetlov

Results 374 comments of Andrew Svetlov

If I understand correctly the issue should be implemented in PyMySQL first and only after that ported to aiomysql. Nothing to do until timezones are not supported by PyMySQL library.

Because PyMySql disables it by default too. It is pretty standard behavior. Maybe aiomysql should emphasize it though.

Please elaborate your proposal

What prevents you to use this elegant syntax with `aiomysql` right now?

But all these things just work :) Would you communicate with @terrycain and propose pull request for docs improvement. `run_until_complete` should stay for a while making python 3.7 the minimal...

No. Do you want to propose a pull request with requested functionality?

Thanks for the question. I'm not sure if the exception raising is good for this case: it just means that every `q.put()` should be wrapped in `try/except` because literally every...

Ooops. Sorry, you are right. Hard day for me.