Re: [Python-Dev] cpython (merge 3.3 -> default): merge from 3.3

2013-09-29 Thread Senthil Kumaran
On Wed, Sep 11, 2013 at 11:14 PM, Antoine Pitrou wrote: > On Thu, 12 Sep 2013 07:57:25 +0200 (CEST) > senthil.kumaran wrote: >> >> +<<< local >> Optional argument random is a 0-argument function returning a >> random float in [0.0, 1.0); if it is the default None, the >>

Re: [Python-Dev] cpython (merge 3.3 -> default): merge from 3.3

2013-09-11 Thread Antoine Pitrou
On Thu, 12 Sep 2013 07:57:25 +0200 (CEST) senthil.kumaran wrote: > > +<<< local > Optional argument random is a 0-argument function returning a > random float in [0.0, 1.0); if it is the default None, the > standard random.random will be used. > +=== > +