re
glob issues- DONE: split original issue, new issue
- research & document current behavior
- implement better error messages
- research better
re
matching algorithm- DONE: can it be done with standard
re
library- NO.
match
implemented in C, hides VM error code: _sre_SRE_Pattern_match_impl - doesn't have to be that way,
match_impl
is pretty small, could be hoisted to python allowing access to underlying machine - https://stackoverflow.com/questions/58599729/programmatically-determine-where-pythons-re-match-stopped-matching
- NO.
- find pure-python
re
library
- DONE: can it be done with standard
- DONE: split original issue, new issue
- create issue & pr to make
ret_code_color
configurable - create issue for "python redirection":
<(py_exp)
,>(py_name)
,>>(py_name)
- source into namespace?
source as
? - doc xontrib module - better help for python
- offline copy of module docs
- optionally use terminal browser like lynx