This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author smichr
Recipients eric.araujo, ezio.melotti, georg.brandl, michael.driscoll, orsenthil, python-dev, rhettinger, sandro.tosi, smichr, tim.peters
Date 2013-10-06.05:02:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEPTCsNWguqw_fn0zTPays43ysM-Bs0N+bWLd4dQxoFBOnnJYA@mail.gmail.com>
In-reply-to <1381035242.35.0.815804128207.issue14927@psf.upfronthosting.co.za>
Content
In 3.3 and 3.4 I would just change the shuffle arg from `int=int` to
`_int=int` and delete the comment in docstring regarding not supplying the
value. (In both you *removed* the argument and internally added `_int=int`.)

Note that (as far as I can see) in 3.3 you didn't remove the comment in the
docstring of shuffle like you did in 3.4

/c

On Sat, Oct 5, 2013 at 11:54 PM, Raymond Hettinger
<report@bugs.python.org>wrote:

>
> Raymond Hettinger added the comment:
>
> Py3.3: http://hg.python.org/cpython/rev/0899960835f5
> Py3.4: http://hg.python.org/cpython/rev/8494d2c8ef54
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue14927>
> _______________________________________
>
History
Date User Action Args
2013-10-06 05:02:16smichrsetrecipients: + smichr, tim.peters, georg.brandl, rhettinger, orsenthil, ezio.melotti, eric.araujo, sandro.tosi, python-dev, michael.driscoll
2013-10-06 05:02:16smichrlinkissue14927 messages
2013-10-06 05:02:16smichrcreate