summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-13 16:14:20 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-13 16:14:20 -0400
commit0be93889e5c04b7573736d312dc4f904c23f6a2e (patch)
tree49a220c664a268e18becb42b9f3edc570a015ab1 /CHANGES.txt
parentfb535e22bf4e09b0f6f8a91d33b9757052dd8ada (diff)
downloadpython-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.txt6
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
---