commit | 513c4f8fdd663fc4e85b6da4fdbaf466c137d0dd | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Mon Jan 03 17:57:29 2011 +0000 |
committer | Éric Araujo <merwok@netwok.org> | Mon Jan 03 17:57:29 2011 +0000 |
tree | e2f3940fb4da7b1da49546e4666a03a54fb5f81c | |
parent | 70645a47e5b278c15c619554ad341675288497cb [diff] |
Merged revisions 87691 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87691 | eric.araujo | 2011-01-03 18:51:11 +0100 (lun., 03 janv. 2011) | 2 lines Fix test_site for systems without unsetenv. Reported by Zsolt Cserna. ........