[docs] Wrong output in quoted string

Николай Сергеевич Плотник nikolay.plotnik at phystech.edu
Wed Nov 7 14:33:22 CET 2012


Hi, everyone!

Today I was reading python tutorial, and find such bug:

http://docs.python.org/3/tutorial/introduction.html
Section - 3.1.2. Strings

Last output:

>>> '"Isn\'t," she said.''"Isn\'t," she said.'

This is no backslash \ in output before 't,"

I use python 3.3.0

Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:57:17) [MSC v.1600 64
bit (AM
D64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> print('"Isn\'t," she said.')
"Isn't," she said.

Thank you for such documentation.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20121107/988b2564/attachment-0001.html>


More information about the docs mailing list