[Python-Dev] Backward-incompatible change to random.randrange in 2.7.6

Antoine Pitrou solipsis at pitrou.net
Wed Dec 18 17:36:50 CET 2013


On Wed, 18 Dec 2013 11:31:47 -0500
Daniel Holth <dholth at gmail.com> wrote:
> But who could forget njzrs' wasp UAV software line 107, using
> int=float? https://github.com/nzjrs/wasp/blob/master/sw/groundstation/wasp/__init__.py#L107
> 

And the purpose is quite Pythonesque:
    """
    Generates a noisy random walk
    """

Regards

Antoine.




More information about the Python-Dev mailing list