diff options
Diffstat (limited to 'cherrypy/_cpcompat.py')
-rw-r--r-- | cherrypy/_cpcompat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/_cpcompat.py b/cherrypy/_cpcompat.py index 6d461dc3..f454505c 100644 --- a/cherrypy/_cpcompat.py +++ b/cherrypy/_cpcompat.py @@ -133,7 +133,7 @@ else: json_encode = _json_encode -text_or_bytes = six.text_type, six.binary_type +text_or_bytes = six.text_type, bytes if sys.version_info >= (3, 3): |