We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf09b5e commit 1357471Copy full SHA for 1357471
1 file changed
bpython/autocomplete.py
@@ -45,7 +45,7 @@
45
46
ALL_MODES = (SIMPLE, SUBSTRING, FUZZY)
47
48
-MAGIC_METHODS = tuple("__%s__" % s for s in (
+MAGIC_METHODS = tuple(u"__%s__" % s for s in (
49
"init", "repr", "str", "lt", "le", "eq", "ne", "gt", "ge", "cmp", "hash",
50
"nonzero", "unicode", "getattr", "setattr", "get", "set", "call", "len",
51
"getitem", "setitem", "iter", "reversed", "contains", "add", "sub", "mul",
0 commit comments