[issue14927] add "Do not supply 'int' argument" to random.shuffle docstring

2013-10-05 Thread Christopher Smith
Christopher Smith added the comment: On Sun, Oct 6, 2013 at 12:14 AM, Raymond Hettinger wrote: > > Raymond Hettinger added the comment: > > Christopher, this tracker item needs to die. It is wasting everyone's > time (and churning code) over nothing. > > but it'

[issue14927] add "Do not supply 'int' argument" to random.shuffle docstring

2013-10-05 Thread Christopher Smith
Christopher Smith added the comment: 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

[issue14927] add "Do not supply 'int' argument" to random.shuffle docstring

2013-10-05 Thread Christopher Smith
Christopher Smith added the comment: I probably wouldn't have noticed it except I was working more intensely with the different random methods and saw that randrange had the note about not supplying the 'int' argument and shuffle (though it had the same sort of argument) did

[issue14927] add "Do not supply 'int' argument" to random.shuffle docstring

2012-06-11 Thread Christopher Smith
Christopher Smith added the comment: On Tue, Jun 12, 2012 at 1:34 AM, Michael Driscoll wrote: > > Michael Driscoll added the comment: > > I added the extra information to the docstring for the shuffle method and > attached a patch. Thanks Michael (and Pytho

[issue14926] random.seed docstring needs edit of "*a *is"

2012-06-01 Thread Christopher Smith
Christopher Smith added the comment: On Fri, Jun 1, 2012 at 11:47 PM, Éric Araujo wrote: > > Éric Araujo added the comment: > > Thanks.  Have you noticed similar typos in the rest of the module, or the > reST docs? I grepped for orphaned asterisks, as I recall, and didn&#x

[issue14927] add "Do not supply int argument" to random.shuffle docstring

2012-05-28 Thread Christopher Smith
Christopher Smith added the comment: > nosy: +rhettinger > title: add not about int to shuffle -> add "Do not supply int argument" to > random.shuffle docstring > versions: +Python 2.7, Python 3.3 > Thanks. I couldn't even figure out what my own subje

[issue14927] add not about int to shuffle

2012-05-27 Thread Christopher Smith
New submission from Christopher Smith : In randrange there is the note, "Do not supply the 'int' argument." That could probably be added to shuffle, too. -- components: Library (Lib) messages: 161710 nosy: smichr priority: normal severity: normal status: open titl

[issue14926] random.seed docstring needs edit of "*a *is"

2012-05-27 Thread Christopher Smith
New submission from Christopher Smith : In the following, the asterisk and space should change places so bits are used if *a *is a str, would appear as bits are used if *a* is a str, -- components: Library (Lib) messages: 161709 nosy: smichr priority: normal severity: normal

[issue13439] turtle: Errors in docstrings of onkey and onkeypress

2011-12-03 Thread Christopher Smith
Christopher Smith added the comment: > resolution:  -> fixed > stage: needs patch -> committed/rejected > status: open -> closed > Nice to see a good thing get even better. Thanks for you work. Chris Smith -- ___

[issue13439] turtle docstring for onkeyrelease references onkey, not onkeyrelease

2011-11-23 Thread Christopher Smith
Christopher Smith added the comment: Sorry for the misdirection: The docstring example for onkeypress is written using onkey instead of onkeypress. (There is no problem for onkey and onkeyrelease.) -- resolution: wont fix -> status: closed ->

[issue13439] turtle docstring for onkeyrelease references onkey, not onkeyrelease

2011-11-20 Thread Christopher Smith
New submission from Christopher Smith : The docstring example is written using onkey instead of onkeyrelease. -- components: Library (Lib) messages: 147995 nosy: smichr priority: normal severity: normal status: open title: turtle docstring for onkeyrelease references onkey, not