Wireshark-commits: [Wireshark-commits] master 6f57aa7: Make a couple of scripts Python 3 only.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6f57aa72a8a14ee2247ea9180a34dcd21dd6ed3b
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
6f57aa7 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Make a couple of scripts Python 3 only.
Remove Python 2 support from tools/make-manuf.py and tools/make-usb.py.
Don't double-escape UTF-8 sequences in make-usb.py so that we generate
{ 0x045e000e, "SideWinder\xc2\xae Freestyle Pro" },
instead of
{ 0x045e000e, "SideWinder\\xc2\\xae Freestyle Pro" },
Change-Id: I918f854ccba868a122fd7b138c1654b2c7615f94
Reviewed-on: https://code.wireshark.org/review/32839
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from c442ee0 extcap_parser: remove G_REGEX_RAW from line parsing.
add 6f57aa7 Make a couple of scripts Python 3 only.
Summary of changes:
tools/make-manuf.py | 38 +++++++++++++-------------------------
tools/make-usb.py | 36 +++++++++++++++++++++---------------
2 files changed, 34 insertions(+), 40 deletions(-)