[issue12853] global name 'r' is not defined in upload.py

Esa Peuha report at bugs.python.org
Sat Oct 12 12:26:25 CEST 2013


Esa Peuha added the comment:

> 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.

----------
nosy: +Esa.Peuha

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12853>
_______________________________________


More information about the Python-bugs-list mailing list