This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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ניסן בכרsetrecipients: + ניסן בכר
2019-12-31 13:32:58ניסן בכרsetmessageid: <1577799178.37.0.470973849561.issue39172@roundup.psfhosted.org>
2019-12-31 13:32:58ניסן בכרlinkissue39172 messages
2019-12-31 13:32:58ניסן בכרcreate