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'
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
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
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
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
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
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
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
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
--
___
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 ->
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
11 matches
Mail list logo