Subject edited.
On Thu, Aug 2, 2018 at 1:33 PM, Akshay Joshi
wrote:
> Hi Hackers,
>
> Attached is the patch to fix the RM #3458 Error when using python 3.7.
> Please review it.
>
> Issues with Python 3.7:
>
>- "*async*" is a keyword in Python 3.7. psycopg2 has renamed "*async*"
>to "*asy
Hi Hackers,
Attached is the patch to fix the RM #3458 Error when using python 3.7.
Please review it.
Issues with Python 3.7:
- "*async*" is a keyword in Python 3.7. psycopg2 has renamed "*async*"
to "*async_*", similarly I have renamed from "*async*" to "*async_*" for
all the occurrence