On Tue, 02 Aug 2011 12:33:55 +0200 senthil.kumaran <python-checkins at python.org> wrote: > raise TypeError("data should be a bytes-like object\ > - or an iterable, got %r " % type(it)) > + or an iterable, got %r " % type(data)) There are still a lot of spaces in your message. You should use string literal concatenation instead: raise TypeError( "data should be a bytes-like object " "or an iterable, got %r" % type(data))
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4