Message235480
Le 06/02/2015 09:34, Nick Coghlan a écrit :
>
> It's genuinely user hostile, as the "from_exc_tuple" version is entirely
> redundant, and folks using pydoc to discover the API won't know they
> "shouldn't" use the constructor directly.
Using pydoc isn't generally a successful way of discovering an API. It
shows you too many details that don't matter. Besides our docstrings are
much terser and less informative than the Sphinx doc.
pydoc is useful mostly as a Python-specific "man" command: you know
something exists, just want to remember the details. |
|
Date |
User |
Action |
Args |
2015-02-06 12:43:39 | pitrou | set | recipients:
+ pitrou, gvanrossum, rhettinger, ncoghlan, vstinner, rbcollins, eric.snow, yselivanov, adaptivelogic, martius |
2015-02-06 12:43:39 | pitrou | link | issue17911 messages |
2015-02-06 12:43:39 | pitrou | create | |
|