Issue 14926: random.seed docstring needs edit of "*a *is" (original) (raw)

Issue14926

Created on 2012-05-27 15:41 by smichr, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg161709 - (view) Author: Christopher Smith (smichr) Date: 2012-05-27 15:41
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,
msg162088 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-06-01 18:02
Thanks. Have you noticed similar typos in the rest of the module, or the reST docs?
msg162097 - (view) Author: Christopher Smith (smichr) Date: 2012-06-01 18:30
On Fri, Jun 1, 2012 at 11:47 PM, Éric Araujo <report@bugs.python.org> wrote: > > Éric Araujo <merwok@netwok.org> 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't find any others. /c
msg162154 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-06-02 17:40
New changeset e2739145657d by Sandro Tosi in branch '3.2': Issue #14926: fix docstring highlight http://hg.python.org/cpython/rev/e2739145657d New changeset 29148c027986 by Sandro Tosi in branch 'default': Issue #14926: merge with 3.2 http://hg.python.org/cpython/rev/29148c027986
msg162155 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2012-06-02 17:41
Thanks Christopher!
History
Date User Action Args
2022-04-11 14:57:30 admin set github: 59131
2012-06-02 17:41:08 sandro.tosi set status: open -> closedversions: - Python 2.7messages: + resolution: fixedstage: resolved
2012-06-02 17:40:43 python-dev set nosy: + python-devmessages: +
2012-06-01 18:30:15 smichr set messages: +
2012-06-01 18:02:16 eric.araujo set nosy: + eric.araujo, sandro.tosimessages: + versions: + Python 2.7, Python 3.3
2012-05-27 15:41:30 smichr create