diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-10-24 18:37:04 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-10-24 18:37:04 +0000 |
| commit | 3abf8f8b8c886bdbcb28261ced7010f6cc88256f (patch) | |
| tree | a1073d7d463dbe3a8b3db6417050505d323bf3c4 /EasyInstall.txt | |
| parent | c82e1669f238c57b80198cafee2039ee5de1310b (diff) | |
| download | external_python_setuptools-3abf8f8b8c886bdbcb28261ced7010f6cc88256f.tar.gz external_python_setuptools-3abf8f8b8c886bdbcb28261ced7010f6cc88256f.tar.bz2 external_python_setuptools-3abf8f8b8c886bdbcb28261ced7010f6cc88256f.zip | |
Fixed not allowing ``os.open()`` of paths outside the sandbox, even if they
are opened read-only (e.g. reading ``/dev/urandom`` for random numbers, as
is done by ``os.urandom()`` on some platforms).
(backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4052438
Diffstat (limited to 'EasyInstall.txt')
| -rwxr-xr-x | EasyInstall.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index f6501628..66b0b190 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -1265,6 +1265,10 @@ Release Notes/Change History * Allow explicit selection of Sourceforge mirror(s) with ``--sf-mirror``, and further refine download/retry algorithm. + * Fixed not allowing ``os.open()`` of paths outside the sandbox, even if they + are opened read-only (e.g. reading ``/dev/urandom`` for random numbers, as + is done by ``os.urandom()`` on some platforms). + 0.6c3 * You once again use "python -m easy_install" with Python 2.4 and above. |
