summaryrefslogtreecommitdiff
path: root/cherrypy/_cpcompat.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-08 21:40:29 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-08 21:40:29 -0400
commit7db33662074b2d79a995df83cd07231379e42685 (patch)
tree4f31c69aec865d0de17cd748934bb8201d4dc484 /cherrypy/_cpcompat.py
parentf4f27fae603a8beedf2a8f75cd9dcdda61ebf5a0 (diff)
downloadcherrypy-git-7db33662074b2d79a995df83cd07231379e42685.tar.gz
Update docstring, removing specifics.
Diffstat (limited to 'cherrypy/_cpcompat.py')
-rw-r--r--cherrypy/_cpcompat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/_cpcompat.py b/cherrypy/_cpcompat.py
index d3b7f6e9..c2bbb6b2 100644
--- a/cherrypy/_cpcompat.py
+++ b/cherrypy/_cpcompat.py
@@ -1,6 +1,6 @@
"""Compatibility code for using CherryPy with various versions of Python.
-CherryPy 3.2 is compatible with Python versions 2.6+. This module provides a
+To retain compatibility with older Python versions, his module provides a
useful abstraction over the differences between Python versions, sometimes by
preferring a newer idiom, sometimes an older one, and sometimes a custom one.