diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 16:14:20 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 16:14:20 -0400 |
| commit | 0be93889e5c04b7573736d312dc4f904c23f6a2e (patch) | |
| tree | 49a220c664a268e18becb42b9f3edc570a015ab1 /CHANGES.txt | |
| parent | fb535e22bf4e09b0f6f8a91d33b9757052dd8ada (diff) | |
| download | python-setuptools-git-0be93889e5c04b7573736d312dc4f904c23f6a2e.tar.gz | |
Allow other arguments and kwargs to os.open when in the sandbox. Fixes Distribute #386.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 166eb746..23a198ce 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,12 @@ CHANGES ======= +----- +0.9.1 +----- + +* Distribute #386: Allow other positional and keyword arguments to os.open. + --- 0.9 --- |
