[pgAdmin4][patch] : cStringIO and StringIO module compatibility in python

From: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][patch] : cStringIO and StringIO module compatibility in python
Date: 2016-05-13 05:10:53
Message-ID: CACCA4P2UiTJ=g3SyHDup8TFZWaNM22HyZXU3zWcp0db6=wiTjg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find attached minor patch file to fix the import error regarding the
StringIO module in python2 and python3.
As StringIO and cStringIO module is no more exist in python3.

Do review it and let us know for comments.

Thanks,
Neel Patel

Attachment Content-Type Size
stringIO.patch application/octet-stream 1.1 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-05-13 05:20:17 Re: [pgAdmin4] [Patch]: Foreign Table Module
Previous Message Fahar Abbas 2016-05-13 04:52:53 Error messages displayed with pgAdmin4.py when user done latest git pull for pgAdmin4