Fixes #1915: Do not generate smart quotes in doc field type annotations.

This commit is contained in:
Georg Brandl
2015-07-25 12:35:52 +02:00
parent ae7e3afb4f
commit 657f6b16f0
2 changed files with 5 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ Bugs fixed
* Work around the lack of the HTMLParserError exception in Python 3.5.
* #1949: Use ``safe_getattr`` in the coverage builder to avoid aborting with
descriptors that have custom behavior.
* #1915: Do not generate smart quotes in doc field type annotations.
Release 1.3.1 (released Mar 17, 2015)