[docs] [issue9302] Distutils document problem?

Ray.Allen report at bugs.python.org
Mon Jul 19 11:43:26 CEST 2010


New submission from Ray.Allen <ysj.ray at gmail.com>:

The distutils api document for class Extension:

http://docs.python.org/dev/py3k/distutils/apiref.html#distutils.core.Extension

Among the argument, in fact, the type of the arguments "sources", "include_dirs", "library_dirs", "libraries", "runtime_library_dirs" must be list, but all of them are marked as "string". I think this is a problem. 

Here is a patch for this, against py3k.

----------
assignee: docs at python
components: Documentation
files: distutils_apiref.diff
keywords: patch
messages: 110724
nosy: docs at python, ysj.ray
priority: normal
severity: normal
status: open
title: Distutils document problem?
versions: Python 3.2
Added file: http://bugs.python.org/file18061/distutils_apiref.diff

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


More information about the docs mailing list