Message220267
```
>>> __import__('fabric.', fromlist=[u'api'])
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
```
accidentally ended up with something like this via some module that was using `unicode_literals`. stumped me for a second until i realised that my variable was a string, but not `str`. would be nice with a custom error message if this is a unicode string, explicitly mentioning that these must not be unicode or similar |
|
Date |
User |
Action |
Args |
2014-06-11 13:28:45 | davidszotten@gmail.com | set | recipients:
+ davidszotten@gmail.com |
2014-06-11 13:28:45 | davidszotten@gmail.com | set | messageid: <1402493325.12.0.160112781213.issue21720@psf.upfronthosting.co.za> |
2014-06-11 13:28:45 | davidszotten@gmail.com | link | issue21720 messages |
2014-06-11 13:28:44 | davidszotten@gmail.com | create | |
|