commit | 59142db6d35f00142cd9982878e75d43cbda7a68 | [log] [tgz] |
---|---|---|
author | Ross Lagerwall <rosslagerwall@gmail.com> | Mon Oct 31 20:34:46 2011 +0200 |
committer | Ross Lagerwall <rosslagerwall@gmail.com> | Mon Oct 31 20:34:46 2011 +0200 |
tree | cf1d1ca5ffda256d0b9fe259c7c5726d3e897482 | |
parent | ab06e3f285ae61e5abc48b350034c94b7d624fda [diff] [blame] |
Issue #12797: Added custom opener parameter to builtin open() and FileIO.open().
diff --git a/Misc/NEWS b/Misc/NEWS index e2c5760..1447ce3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ 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.