PEAK-Rules for Python3
Cara <[email protected]> Mon, 16 Mar 2015 22:30:56 -0400
| Newsgroups | gmane.comp.python.peak |
|---|---|
| Message-ID | <CANb6L-O+C=PzhfbSUP2Pr5pZmZo5_7oh=fAnTtVOkYN2bdpV0Q@mail.gmail.com> |
I'm investigating trying to get PEAK-Rules running on Python 3. I know that Herv=C3=A9 Coatanhay attempted this before, but their code is no longer up at Bitbucket, so I'm starting from the code in the repository as is. To make this less unmanageable and since breaking some backwards compatibility is necessary, I'm planning to use the futurize script from http://python-future.org/ to try to get the code base into a state compatible with 2.6+ and 3.3+. If I get anywhere, would you be interested in integrating patches, or would I have to fork it? If I do fork it, is there a license file I need to include? Would the commit logs be sufficient to fulfill the requirements? Cara