Merge branch '1.13'
This commit is contained in:
commit
a183cd3bb1
|
@ -2,6 +2,8 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* :support:`284` Add Python language trove identifiers to ``setup.py``. Thanks
|
||||||
|
to Alex Gaynor for catch & patch.
|
||||||
* :bug:`235` Improve string type testing in a handful of spots (e.g. ``s/if
|
* :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
|
type(x) is str/if isinstance(x, basestring)/g``.) Thanks to ``@ksamuel`` for
|
||||||
the report.
|
the report.
|
||||||
|
|
Loading…
Reference in New Issue