nemonik / Intellect

DSL and Rules Engine For Python
http://pypi.python.org/pypi/Intellect
Other
425 stars 85 forks source link

PY3 Support #14

Open dotpot opened 8 years ago

arpit1997 commented 7 years ago

Yeah I agree to the dotpot that this should be ported to python3 A few changes and some refactoring might do the work.th First thing that is foremost is that we should take care of unicode which is the biggest problem in porting from py2 to py3 Also other few changes would include pickle to cpickle, changing the print statements, excepition syntax. One more thing that we can consider is a PEP8 code style which is wuite useful. Hope this helps Thank you. :smile: :smile_cat: :smile_cat:

farhah commented 5 years ago

I second this.