Message359115
| Author | ניסן בכר |
|---|---|
| Recipients | ניסן בכר |
| Date | 2019-12-31.13:32:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1577799178.37.0.470973849561.issue39172@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
When using the following code to run using python 2.x, it works:
import string
string.find("asd", "sd")
But this method is deprecated in python 3.x
When using "2to3" tool to convert, it doesn't convert it successfully. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-12-31 13:32:58 | ניסן בכר | set | recipients: + ניסן בכר |
| 2019-12-31 13:32:58 | ניסן בכר | set | messageid: <1577799178.37.0.470973849561.issue39172@roundup.psfhosted.org> |
| 2019-12-31 13:32:58 | ניסן בכר | link | issue39172 messages |
| 2019-12-31 13:32:58 | ניסן בכר | create | |