Skip to content

Commit

Permalink
unix/variants: Enable help and help("modules") on standard and dev.
Browse files Browse the repository at this point in the history
See related #1354, #2906, #3436.

Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Jul 13, 2021
1 parent 0ee256b commit 6430cd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/unix/variants/dev/mpconfigvariant.h
Expand Up @@ -31,6 +31,8 @@
#define MICROPY_VFS (1)
#define MICROPY_VFS_POSIX (1)

#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
#define MICROPY_PY_SYS_SETTRACE (1)
#define MICROPY_PY_UOS_VFS (1)
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
Expand Down
2 changes: 2 additions & 0 deletions ports/unix/variants/standard/mpconfigvariant.h
Expand Up @@ -24,3 +24,5 @@
* THE SOFTWARE.
*/

#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)

0 comments on commit 6430cd3

Please sign in to comment.