[issue22228] Adapt bash readline operate-and-get-next function

Martin Panter report at bugs.python.org
Thu Jun 16 07:59:02 EDT 2016


Martin Panter added the comment:

I will try to have a closer look at this some time, but my immediate worry is it looks like you are directly copying Bash code (GPL) into Python (less restrictive license).

Perhaps a more general solution would be to expose rl_add_defun() to native Python code, if that is possible.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22228>
_______________________________________


More information about the Python-bugs-list mailing list