commit | cd4d1e8b46ab59a9a00976998ffdc36b223e6e67 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Dec 27 17:37:07 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Dec 27 17:37:07 2005 +0000 |
tree | 963c93be428dcae2af904f95a8691f5d7bd14b7e | |
parent | c6224db254b6ef3067c9fd35d5ed7030b1d2a9af [diff] |
[ 959576 ] Can't build Python on POSIX w/o $HOME
diff --git a/Misc/NEWS b/Misc/NEWS index e5224ef..0e6e8d7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- Bug #959576: The pwd module is now builtin. This allows Python to be + built on UNIX platforms without $HOME set. + - Bug #1072182, fix some potential problems if characters are signed. - Bug #889500, fix line number on SyntaxWarning for global declarations.