micropython-lib/python-stdlib/cmd
Jim Mussared fe3e0a2fae cmd: Remove comments about using the string module.
Even though we now have a `string` module, just keep the existing
IDENTCHARS definition.

- If someone doesn't already have string installed (or aren't otherwise
  importing it), this would add an extra dependency and more memory used.

- If they do, then the resulting concatenated string has to be allocated
  separately, so there's no gain from using the string.x components.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-07-21 15:28:14 +10:00
..
cmd.py cmd: Remove comments about using the string module. 2023-07-21 15:28:14 +10:00
manifest.py all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00