Skip to content

Commit 6430cd3

Browse files
committed
unix/variants: Enable help and help("modules") on standard and dev.
See related #1354, #2906, #3436. Signed-off-by: Damien George <[email protected]>
1 parent 0ee256b commit 6430cd3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ports/unix/variants/dev/mpconfigvariant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
#define MICROPY_VFS (1)
3232
#define MICROPY_VFS_POSIX (1)
3333

34+
#define MICROPY_PY_BUILTINS_HELP (1)
35+
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
3436
#define MICROPY_PY_SYS_SETTRACE (1)
3537
#define MICROPY_PY_UOS_VFS (1)
3638
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)

ports/unix/variants/standard/mpconfigvariant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@
2424
* THE SOFTWARE.
2525
*/
2626

27+
#define MICROPY_PY_BUILTINS_HELP (1)
28+
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)

0 commit comments

Comments
 (0)