diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-18 10:10:08 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-18 10:10:08 -0400 |
| commit | 052e7b4453d950d11025107e9c98fa0be744d72f (patch) | |
| tree | bd851fd9590e1be16bb99414751d500f4374cd03 /CHANGES.txt | |
| parent | a7cac0e348ab9be0d56a390e87ea2ab74c69a12a (diff) | |
| download | python-setuptools-git-052e7b4453d950d11025107e9c98fa0be744d72f.tar.gz | |
execfile now opens target in binary mode for better compatibility. Fixes Distribute #349.1.1.6
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 de8285a2..1b91a2c2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= ----- +1.1.6 +----- + +* Distribute #349: ``sandbox.execfile`` now opens the target file in binary + mode, thus honoring a BOM in the file when compiled. + +----- 1.1.5 ----- |
