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 m.s.sharifzade
Recipients m.s.sharifzade
Date 2020-11-30.10:31:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606732260.97.0.275169006848.issue42511@roundup.psfhosted.org>
In-reply-to
Content
I want to know whether some string is in same string or not (yeah the SAME) 
in the file attached I have two expressions:
1- print('اندیمشک' in 'اندیمشک')
2- print('اندیمشک' in 'اندیمشک')
as you can see both of them are same thing but if you run the program you see it returns True for first one and False for second one. the difference between two expressions is that in the first one I typed both of the strings but in the second one I copied second string from a file and type first string

Thanks
History
Date User Action Args
2020-11-30 10:31:00m.s.sharifzadesetrecipients: + m.s.sharifzade
2020-11-30 10:31:00m.s.sharifzadesetmessageid: <1606732260.97.0.275169006848.issue42511@roundup.psfhosted.org>
2020-11-30 10:31:00m.s.sharifzadelinkissue42511 messages
2020-11-30 10:31:00m.s.sharifzadecreate