Author: cito Date: Wed Nov 18 11:48:37 2015 New Revision: 540 Log: Remove Python 3 related code from this branch.
The version 4.x branch only supports Python 2. Modified: branches/4.x/module/pg.py Modified: branches/4.x/module/pg.py ============================================================================== --- branches/4.x/module/pg.py Wed Nov 18 11:24:06 2015 (r539) +++ branches/4.x/module/pg.py Wed Nov 18 11:48:37 2015 (r540) @@ -28,10 +28,6 @@ # both that copyright notice and this permission notice appear in # supporting documentation. -import sys -if sys.version_info[0] == 3: - class basestring(str): pass - from _pg import * import select _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
