diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-13 21:52:34 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-13 21:52:34 -0700 |
commit | 9ad2dec32a7cd9ba6c11969725e9512084d77e4a (patch) | |
tree | 9cd84555f063fadd0e7fa1de84e5135fe8dff984 /sites/www/changelog.rst | |
parent | 4e9efe48306d885281af69559a8da2194741c139 (diff) |
Improve string type testing in Python 2.x versions
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 9e043869..a4411c24 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :bug:`235` Improve string type testing in a handful of spots (e.g. ``s/if + type(x) is str/if isinstance(x, basestring)/g``.) Thanks to ``@ksamuel`` for + the report. * :release:`1.11.5 <2014-03-13>` * :release:`1.10.7 <2014-03-13>` * :support:`256 backported` Convert API documentation to Sphinx, yielding a new |