Mark Dickinson <[email protected]> added the comment:
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?
----------
nosy: +mark.dickinson
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue33448>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com