<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/builtinhelp.c, branch v1.9.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-01-22T01:12:54+00:00</updated>
<entry>
<title>py/builtinhelp: Implement help('modules') to list available modules.</title>
<updated>2017-01-22T01:12:54+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-22T01:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f5172af1c430cd3c20f83b8e7fe0d3ffb812e1ac'/>
<id>urn:sha1:f5172af1c430cd3c20f83b8e7fe0d3ffb812e1ac</id>
<content type='text'>
This is how CPython does it, and it's very useful to help users discover
the available modules for a given port, especially built-in and frozen
modules.  The function does not list modules that are in the filesystem
because this would require a fair bit of work to do correctly, and is very
port specific (depending on the filesystem).
</content>
</entry>
<entry>
<title>py: Add builtin help function to core, with default help msg.</title>
<updated>2017-01-22T00:56:16+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-21T12:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9f04dfb568b8af339ec34ea1a94fb2eb8890bf8c'/>
<id>urn:sha1:9f04dfb568b8af339ec34ea1a94fb2eb8890bf8c</id>
<content type='text'>
This builtin is configured using MICROPY_PY_BUILTINS_HELP, and is disabled
by default.
</content>
</entry>
</feed>
