New submission from Jason R. Coombs <jar...@jaraco.com>: Summary of this thread: http://mail.python.org/pipermail/python-dev/2012-March/118233.html
When upgrading a host from Python 2.6.7 to 2.6.8 or from 2.7.2 to 2.7.3, virtualenvs will no longer work if they attempt to use os.urandom. I have not yet investigated whether this affects Python 3.1 or 3.2. On a related note, it appears that downgrading (taking a virtualenv created on Python 2.7.3 and deploying it to a host with 2.7.2) results in a similar error where _socket cannot be imported. Based on the discussion, I've drafted some release notes (and Carl has edited them) to be included with the appropriate releases to help inform those this issue might impact. http://piratepad.net/PAZ3CEq9CZ I humbly request that these notes be included in the releases. ---------- messages: 157066 nosy: barry, benjamin.peterson, carljm, georg.brandl, jason.coombs priority: release blocker severity: normal status: open title: Virtualenv not portable from Python 2.7.2 to 2.7.3 (os.urandom missing) type: behavior versions: Python 2.6, Python 2.7, Python 3.2, Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14444> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com