commit | c4edb0ec81f437b84a4011e3a375892d48d0bd6c | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue May 02 04:43:14 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue May 02 04:43:14 2006 +0000 |
tree | df542d1d9c5d89d5555d7cda6026628f2139f05f | |
parent | 4bbf66e852e2e812b4ef0fa774ff8614c96a0b82 [diff] [blame] |
SF #1479181: split open() and file() from being aliases for each other.
diff --git a/Misc/NEWS b/Misc/NEWS index 1a180c2..8d88d9d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Patch #1479181: split open() and file() from being aliases for each other. + - Bug #1465834: 'bdist_wininst preinstall script support' was fixed by converting these apis from macros into exported functions again: