diff options
author | Ross Lagerwall <rosslagerwall@gmail.com> | 2011-10-31 18:34:46 (GMT) |
---|---|---|
committer | Ross Lagerwall <rosslagerwall@gmail.com> | 2011-10-31 18:34:46 (GMT) |
commit | 59142db6d35f00142cd9982878e75d43cbda7a68 (patch) | |
tree | cf1d1ca5ffda256d0b9fe259c7c5726d3e897482 /Misc/NEWS | |
parent | ab06e3f285ae61e5abc48b350034c94b7d624fda (diff) | |
download | cpython-59142db6d35f00142cd9982878e75d43cbda7a68.zip cpython-59142db6d35f00142cd9982878e75d43cbda7a68.tar.gz cpython-59142db6d35f00142cd9982878e75d43cbda7a68.tar.bz2 |
Issue #12797: Added custom opener parameter to builtin open() and FileIO.open().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1? Core and Builtins ----------------- +- Issue #12797: Added custom opener parameter to builtin open() and + FileIO.open(). + - Issue #10519: Avoid unnecessary recursive function calls in setobject.c. |