summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2007-10-28 11:19:02 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2007-10-28 11:19:02 (GMT)
commita838a801f236a6a92c816f0bb20f441e8234c9ac (patch)
treec2fabb07a743352d1cb6909c2d02f563f4ac156f /Misc/NEWS
parent98f40b1fcdbcdc6ad655d07dae21d9557924401f (diff)
downloadcpython-a838a801f236a6a92c816f0bb20f441e8234c9ac.zip
cpython-a838a801f236a6a92c816f0bb20f441e8234c9ac.tar.gz
cpython-a838a801f236a6a92c816f0bb20f441e8234c9ac.tar.bz2
- Add support for FreeBSD 8 which is recently forked from FreeBSD 7.
- Regenerate IN module for most recent maintenance tree of FreeBSD 6 and 7.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index be6b6ff..6304267 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -274,6 +274,9 @@ Core and builtins
Library
-------
+- IN module for FreeBSD 8 is added and preexisting FreeBSD 6 and 7
+ files are updated.
+
- Issues #1181, #1287: unsetenv() is now called when the os.environ.pop()
and os.environ.clear() methods are used.