Wireshark mailing list archives
Supported Python versions?
From: Peter Wu <peter () lekensteyn nl>
Date: Sun, 22 Mar 2015 16:48:38 +0100
Hi, Triggered by a build error due to html2text.py, I have recently started with adding Python 3 support to various Python scripts[1][2]. The change to html2text.py[1] was tested with Python 2.6, 2.7, 3.2 and 3.4. The configure script however checks for Python >= 2.5 which was first released in 2006 with the last security update in 2011. This version also lacks support for nice language constructs such as 'with'. checklicenses.py is already incompatible with this. Any objections if this gets bumped to 2.6 or even 2.7? The dfilter-test.py script already requires 2.7 (or newer). -- Kind regards, Peter Wu https://lekensteyn.nl [1]: https://code.wireshark.org/review/7779 [2]: https://code.wireshark.org/review/#/q/status:open+project:wireshark+branch:master+topic:python3,n,z ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- Supported Python versions? Peter Wu (Mar 22)
- Re: Supported Python versions? Pascal Quantin (Mar 22)
- Re: Supported Python versions? Peter Wu (Mar 24)
- Re: Supported Python versions? Pascal Quantin (Mar 24)
- Re: Supported Python versions? Guy Harris (Mar 24)
- Re: Supported Python versions? Bálint Réczey (Mar 26)
- Re: Supported Python versions? Christopher Maynard (Mar 26)
- Re: Supported Python versions? Peter Wu (Mar 24)
- Re: Supported Python versions? Pascal Quantin (Mar 22)
- Re: Supported Python versions? Luke Mewburn (Mar 25)
