summaryrefslogtreecommitdiff
path: root/cherrypy/_cpcompat.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-09 07:21:58 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-09 07:21:58 -0400
commit758b2f9aaff78e930abafd81e08e0a4631be4384 (patch)
tree4f24c47adbda09dbd075c39c77d3e0780eca2e76 /cherrypy/_cpcompat.py
parent62afac6ad957315b54d9983d2c222777195a938f (diff)
downloadcherrypy-git-758b2f9aaff78e930abafd81e08e0a4631be4384.tar.gz
Remove stale comments.
Diffstat (limited to 'cherrypy/_cpcompat.py')
-rw-r--r--cherrypy/_cpcompat.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/cherrypy/_cpcompat.py b/cherrypy/_cpcompat.py
index 498958fa..5d9aef04 100644
--- a/cherrypy/_cpcompat.py
+++ b/cherrypy/_cpcompat.py
@@ -10,10 +10,7 @@ string' type for each version. Because of this major difference, this module
provides
two functions: 'ntob', which translates native strings (of type 'str') into
byte strings regardless of Python version, and 'ntou', which translates native
-strings to unicode strings. This also provides a 'BytesIO' name for dealing
-specifically with bytes, and a 'StringIO' name for dealing with native strings.
-It also provides a 'base64_decode' function with native strings as input and
-output.
+strings to unicode strings.
"""
import re