gdb_python_api icon indicating copy to clipboard operation
gdb_python_api copied to clipboard

Make use of "six"

Open jefftrull opened this issue 7 years ago • 1 comments

The Python six module supplies an "imap" we can use instead of the existing hacks.

jefftrull avatar Oct 18 '18 20:10 jefftrull

Looks like there are some other (better?) alternatives: http://python-future.org/quickstart.html

jefftrull avatar Feb 25 '20 23:02 jefftrull