diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-05-02 04:43:14 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-05-02 04:43:14 (GMT) |
commit | c4edb0ec81f437b84a4011e3a375892d48d0bd6c (patch) | |
tree | df542d1d9c5d89d5555d7cda6026628f2139f05f /Misc | |
parent | 4bbf66e852e2e812b4ef0fa774ff8614c96a0b82 (diff) | |
download | cpython-c4edb0ec81f437b84a4011e3a375892d48d0bd6c.zip cpython-c4edb0ec81f437b84a4011e3a375892d48d0bd6c.tar.gz cpython-c4edb0ec81f437b84a4011e3a375892d48d0bd6c.tar.bz2 |
SF #1479181: split open() and file() from being aliases for each other.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 2.5 alpha 2? 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: |