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 Esa.Peuha
Recipients Anthony.Kong, Esa.Peuha, Sven.Deichmann, dirn, eric.araujo, labrat, reowen, tarek
Date 2013-10-12.10:26:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381573585.67.0.772033926502.issue12853@psf.upfronthosting.co.za>
In-reply-to
Content
> so I don't know where the "global name 'r' is not defined" message came from.

It came from Python 2.7. There are two separate bugs here, one in 3.x and the other in 2.7: the 3.x bug has to do with bytes/string separation, while the 2.7 bug is that result was changed to r in baf1a482b57d.
History
Date User Action Args
2013-10-12 10:26:25Esa.Peuhasetrecipients: + Esa.Peuha, reowen, tarek, eric.araujo, labrat, Anthony.Kong, dirn, Sven.Deichmann
2013-10-12 10:26:25Esa.Peuhasetmessageid: <1381573585.67.0.772033926502.issue12853@psf.upfronthosting.co.za>
2013-10-12 10:26:25Esa.Peuhalinkissue12853 messages
2013-10-12 10:26:25Esa.Peuhacreate