kfogel / OneTime

An open source encryption program that uses the "one-time pad" method.
http://red-bean.com/onetime
32 stars 14 forks source link

Make OneTime source code compatible with both Python3 and Python2. #4

Closed kfogel closed 10 years ago

kfogel commented 11 years ago

Currently, OneTime is written for Python2 (working with at least 2.7 and 2.6). Ideally, it would be 3.x compatible as well. It's a small and simple enough script that maintaining 2.x and 3.x compatibility simultaneously should be doable. See http://python3porting.com/noconv.html for some advice.

kfogel commented 11 years ago

Work for this is happening on the issue-4 branch.

kfogel commented 10 years ago

This may or may not be worth the effort. Currently OneTime is in 2.0-beta3 using Python 2.6.x, with no 3.0 compatibility. If anyone decides to make it be compatible with 2.x and 3.x simultaneously, the issue-4 branch is probably the place to start, but I'm closing this issue for now as "WONTFIX".