Message304397
Just one more issue: since it happened before I found out that the "turtle"
package already has the pre-defined short version of commands, such as
"fd()", "lt()", etc., the crashed session included four function
definitions, for "fd()", "bk()", "lt()" and "rt()", in the form of:
def fd(val):
forward(val) |
|
| Date |
User |
Action |
Args |
| 2017-10-14 18:18:49 | Rick J. Pelleg | set | recipients:
+ Rick J. Pelleg, serhiy.storchaka |
| 2017-10-14 18:18:49 | Rick J. Pelleg | link | issue31725 messages |
| 2017-10-14 18:18:48 | Rick J. Pelleg | create | |
|