diff --git a/bpython/cli.py b/bpython/cli.py index 3d68b68ca..96dbbc972 100644 --- a/bpython/cli.py +++ b/bpython/cli.py @@ -281,7 +281,7 @@ def make_colors(config): } if platform.system() == 'Windows': - c = dict(c.items() | + c = dict(list(c.items()) + [ ('K', 8), ('R', 9),