Wireshark-bugs: [Wireshark-bugs] [Bug 8995] build fails if system python is version 3+
Date: Thu, 01 Aug 2013 21:29:37 +0000

changed bug 8995

What Removed Added
Attachment #11315 Flags   review_for_checkin?

Comment # 9 on bug 8995 from
Created attachment 11315 [details]
Python 2+3 compatibility for ncp2222.py

The attached patch is the result of doing the following to ncp2222.py:

  - Running Reindent (https://pypi.python.org/pypi/Reindent/0.1.1)
  - Running 2to3
  - Changing newline-less print statements to sys.stdout.writeln
  - Fixing up some exception catches
  - Sorting the req_cond list

It produces identical output with Python 2.5, 2.7, and 3.3. However the output
differs from the currently generated code.


You are receiving this mail because:
  • You are watching all bug changes.