[Python-porting] Installing different files on Python 2/3
Dirkjan Ochtman
dirkjan at ochtman.nl
Sat Jul 26 16:24:01 CEST 2014
More information about the Python-porting mailing list
Sat Jul 26 16:24:01 CEST 2014
- Previous message: [Python-porting] Installing different files on Python 2/3
- Next message: [Python-porting] Installing different files on Python 2/3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Jul 17, 2014 at 10:23 PM, Shai Berger <shai at platonix.com> wrote: > I think Dirkjan tried to replace the invocation of util.pyexec with an exec; > keeping the invocation, and replacing the python2 implementation, should work. Yes, that's what I ended up doing: https://github.com/djc/couchdb-python/commit/8fdba0f09df00d69618858c70d11ddbeecd30026 I also took a look at the Python bug Neil pointed at (thanks for finding that, Neil!) and came up with a patch, which is now waiting for review. Cheers, Dirkjan
- Previous message: [Python-porting] Installing different files on Python 2/3
- Next message: [Python-porting] Installing different files on Python 2/3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-porting mailing list