diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-23 16:39:09 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-23 16:39:09 -0500 |
| commit | 63f856f5797afb3497818820f038c00ed10c0518 (patch) | |
| tree | 595198d1bc7b96f35a6fce9f07dab042bcfd66eb /CHANGES.txt | |
| parent | 5219786775784fe0f8c3742e37e1889ad2c2307f (diff) | |
| download | python-setuptools-git-63f856f5797afb3497818820f038c00ed10c0518.tar.gz | |
Use sys.getfilesystemencoding for decoding bdist_wininst config. Fixes #114.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e23fa692..9190aee2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,13 @@ CHANGES ======= +----- +1.4.1 +----- + +* Issue #114: Use ``sys.getfilesystemencoding`` for decoding config in + ``bdist_wininst`` distributions. + --- 1.4 --- |
