Message155527
> FWIW I upgraded to ubuntu pangolin beta over the weekend,
> which includes 2.7.3rc1, ...
>
> File "/usr/lib/python2.7/random.py", line 47, in <module>
> from os import urandom as _urandom
> ImportError: cannot import name urandom
It looks like you are using random.py of Python 2.7.3 with the Python program 2.7.2, because os.urandom() is now always available in Python 2.7.3. |
|
Date |
User |
Action |
Args |
2012-03-12 23:51:18 | vstinner | set | recipients:
+ vstinner, lemburg, gvanrossum, tim.peters, loewis, barry, georg.brandl, terry.reedy, gregory.p.smith, jcea, mark.dickinson, pitrou, christian.heimes, benjamin.peterson, roger.serwy, eric.araujo, grahamd, Arfrever, v+python, alex, cvrebert, zbysz, skrah, dmalcolm, gz, neologix, Arach, Mark.Shannon, python-dev, eric.snow, Zhiping.Deng, Huzaifa.Sidhpurwala, Jim.Jewett, PaulMcMillan, fx5, skorgu, jsvaughan |
2012-03-12 23:51:18 | vstinner | set | messageid: <1331596278.12.0.179728819042.issue13703@psf.upfronthosting.co.za> |
2012-03-12 23:51:17 | vstinner | link | issue13703 messages |
2012-03-12 23:51:17 | vstinner | create | |
|