[New-bugs-announce] [issue4154] More doc trivia

David W. Lambert report at bugs.python.org
Mon Oct 20 21:07:13 CEST 2008


New submission from David W. Lambert <lambertdw at corning.com>:

http://docs.python.org/dev/3.0/extending/extending.html

Given that the following paragraph tells us that there should be just
one non-static item in the module file,

struct PyModuleDef spammodule = 

should be

static struct PyModuleDef spammodule =


Possibly this persists into the Demos, that's not available to me right now.

Thanks!


(perusal---might wish to write

static void
no_bug


static void
bug

)

----------
assignee: georg.brandl
components: Documentation
messages: 75001
nosy: LambertDW, georg.brandl
severity: normal
status: open
title: More doc trivia
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4154>
_______________________________________


More information about the New-bugs-announce mailing list