*********************************** pir2main_Issues.py Description *********************************** pir2ver="A70" print("pir2main.py "+pir2ver) print("Kno 1: clear does not work") print("Bug 2: doesn't display log records correctly") print("Vr2 3: input() does not work in pir2A.py") print("Vr2 4: input() needs quotes for the text being input in pir2A.py") print("Bug 5: python3 will not run programs with _ in name") print("Kno 6: python3 will not start if you type merely python") print("Kno 7: calling an imported function needs trailing pair of ()") print(" eg pir2A.displayHeader()") print("Kno 8: cancel python pgm using Ctrl-Z") print("Bug 9: a line feed is missing after the first log record") print("Bug 10: memory card 35 Python3 won't import GPIO correctly") #invoke by # Start Terminal # cd Desktop/PiR2 # python3 python/pir2main.py *************************") #/pir2main_Issues.txt