diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2007-10-28 11:19:02 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2007-10-28 11:19:02 (GMT) |
commit | a838a801f236a6a92c816f0bb20f441e8234c9ac (patch) | |
tree | c2fabb07a743352d1cb6909c2d02f563f4ac156f /Misc/NEWS | |
parent | 98f40b1fcdbcdc6ad655d07dae21d9557924401f (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |