qpython-android / qpython.org

QPython contributor & sugguestion & question homepage
http://qpython.org
58 stars 11 forks source link

Unicode strings syntax error #137

Open jagaudin opened 8 years ago

jagaudin commented 8 years ago

In QPython 3, a line like s = u'Hello' raises a syntax error. This is due to QPython using Python3.2. Is there any plan to move to 3.3+ anytime soon. If not, is there any way to get another version of the interpreter to run on Android ?