summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-05-02 04:43:14 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-05-02 04:43:14 (GMT)
commitc4edb0ec81f437b84a4011e3a375892d48d0bd6c (patch)
treedf542d1d9c5d89d5555d7cda6026628f2139f05f /Misc
parent4bbf66e852e2e812b4ef0fa774ff8614c96a0b82 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a180c2..8d88d9d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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: