ricekuo / zhpy

Automatically exported from code.google.com/p/zhpy
0 stars 0 forks source link

http://zhpy.appspot.com input bug #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

>>> a=3

>>> b=4print  # 此處我輸入 b=4, 按 Ctrl-Enter, 然後又接著馬上打 
print
>>> print a + b  # 發現送出  b=4print, 於是重新打 print a + b
7

What is the expected output? What do you see instead?

>>> a=3

>>> b=4  # 此處我輸入 b=4, 按 Ctrl-Enter, 然後又接著馬上打 print
>>> print a + b  # 發現送出  b=4print, 於是重新打 print a + b
7

What version of the product are you using? On what operating system?

周蟒 1.6 在 Google Apphosting/1.0 基於 Python 2.5.2

Original issue reported on code.google.com by dlin...@gmail.com on 13 Apr 2008 at 1:07

GoogleCodeExporter commented 8 years ago
the keyboard signal of "CTRL+ENTER" does not be caught by appspot.com? maybe 
scan code does not match.

Original comment by amon.pl...@gmail.com on 15 Jun 2010 at 4:12

GoogleCodeExporter commented 8 years ago
http://zhpy.appspot.com 的優先權比較低, 一時還不會更新, 
我看看如果找的到原始碼的話就來開源吧 :D

Original comment by gasolin on 16 Jun 2010 at 2:33

GoogleCodeExporter commented 8 years ago
choose not to update it

Original comment by gasolin on 25 Jun 2011 at 2:50