This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author piro
Recipients piro
Date 2011-02-11.18:01:53
SpamBayes Score 0.047439996
Marked as misclassified No
Message-id <1297447317.1.0.237374543357.issue11195@psf.upfronthosting.co.za>
In-reply-to
Content
An expression such as "x = i.next()[0]" is not fixed by 2to3 in Python 3.1. "x = (i.next())[0]" works instead.

https://github.com/dvarrazzo/psycopg/commit/9e9c22163706b0fffb9da67fe50ea23f91fe1c72
History
Date User Action Args
2011-02-11 18:01:57pirosetrecipients: + piro
2011-02-11 18:01:57pirosetmessageid: <1297447317.1.0.237374543357.issue11195@psf.upfronthosting.co.za>
2011-02-11 18:01:53pirolinkissue11195 messages
2011-02-11 18:01:53pirocreate