Remove builtin-keywords from arguments

TCP/IP, UDP, SERIAL, MIDIIN use bytes as an argument, overwriting the builtin bytes module.

Its of course easy to change manually, but would be nice to maybe switch this in the future to avoid colissions/confusion when wanting to use methods from bytes ( for example fromhex() )

2 Likes