diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-16 19:10:07 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-16 19:10:07 -0500 |
| commit | 156bf219d2e9c99b3a241fa59dd4c652cfa90a45 (patch) | |
| tree | 16108498ae58033fb1fde3ffbef9f76e90ccadc9 /CHANGES.txt | |
| parent | d8a425e00d05c0cd0896b6e684b18304c6bbf717 (diff) | |
| download | external_python_setuptools-156bf219d2e9c99b3a241fa59dd4c652cfa90a45.tar.gz external_python_setuptools-156bf219d2e9c99b3a241fa59dd4c652cfa90a45.tar.bz2 external_python_setuptools-156bf219d2e9c99b3a241fa59dd4c652cfa90a45.zip | |
Explicitly quote strings rather than relying on repr. Fixes #477.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3764d799..48fc18a9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,9 @@ CHANGES * Issue #476: Cast version to string (using default encoding) to avoid creating Unicode types on Python 2 clients. +* Issue #477: In Powershell downloader, use explicit rendering + of strings, rather than rely on ``repr``, which can be + incorrect (especially on Python 2). ---- 19.1 |
