Message304397
| Author | Rick J. Pelleg |
|---|---|
| Recipients | Rick J. Pelleg, serhiy.storchaka |
| Date | 2017-10-14.18:18:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CADB7NfNqsUgQ8Tx3CKwMagOJKYvsv7xMfq-V=WecEA2s7j_N=g@mail.gmail.com> |
| In-reply-to | <CADB7NfNpZ7tNBFqZXu-DHBWH5S_99DQE6tHzTssDynjFRpzz8A@mail.gmail.com> |
| Content | |
|---|---|
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) |
|
| History | |||
|---|---|---|---|
| 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 | |