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 vmdhage
Recipients benjamin.peterson, vmdhage
Date 2020-04-18.19:21:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587237663.06.0.425937353103.issue40323@roundup.psfhosted.org>
In-reply-to
Content
In Python shell v3.8.2,

when user want to use both single quotation mark and double quotation mark in one sentence/paragraph then Single Quotation is displayed in the screen along with escape code i.e. \', but double quotation display ok i.e. ".

example:
>>>'\"Python\" programming language is very easy. It\'s used for developing rapid application development.'



The result is printed is as below
>>>'"Python" programming language is very easy. It\'s used for developing rapid application development.'

In my view, after pressing enter the output should be 
>>>'"Python" programming language is very easy. It's used for developing rapid application development.'
 
Please look into my observation.
Thanks with regards
Vishnuvenkatesh Dhage
encls: Python v3.8.2 Shell screenshot along with example
History
Date User Action Args
2020-04-18 19:21:03vmdhagesetrecipients: + vmdhage, benjamin.peterson
2020-04-18 19:21:03vmdhagesetmessageid: <1587237663.06.0.425937353103.issue40323@roundup.psfhosted.org>
2020-04-18 19:21:03vmdhagelinkissue40323 messages
2020-04-18 19:21:02vmdhagecreate