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 mark.dickinson
Recipients mark.dickinson, vishva_11
Date 2018-05-09.17:30:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525887008.43.0.682650639539.issue33448@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce. I'm looking at https://docs.python.org/3.6/tutorial/introduction.html#strings, and when I test things in Python 3.6.5, I see exactly the same output as given in the documentation:

Python 3.6.5 (default, Mar 29 2018, 15:37:32) 
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> '"Isn\'t," she said.'
'"Isn\'t," she said.'
>>> '"Isn\'t," she said.'
'"Isn\'t," she said.'
>>> print('"Isn\'t," she said.')
"Isn't," she said.

Please could you clarify? Perhaps you could copy and paste from an example interpreter session on your machine showing what you're seeing?
History
Date User Action Args
2018-05-09 17:30:08mark.dickinsonsetrecipients: + mark.dickinson, vishva_11
2018-05-09 17:30:08mark.dickinsonsetmessageid: <1525887008.43.0.682650639539.issue33448@psf.upfronthosting.co.za>
2018-05-09 17:30:08mark.dickinsonlinkissue33448 messages
2018-05-09 17:30:08mark.dickinsoncreate