[docs] Found a bug in your docs

Fred Drake fred at fdrake.net
Fri Jul 13 11:29:19 EDT 2018


On Fri, Jul 13, 2018 at 7:59 AM Pawel Gieniec <
pawel.gieniec at motorolasolutions.com> wrote:

> For input
>
> >>> "\"Yes,\" they said."
>
> the output will be:
>
> ""Yes," they said."
>
> not:
>
> '"Yes," they said.'
>
>  regarding to quotation
>
> KR,
> Paw
>

In what implementation / version of Python do you see this?  Please verify
with an actual interpreter; the implementation and version would be very
helpful in our understanding.

The reference implementation from python.org behaves as described.


  -Fred

-- 
Fred L. Drake, Jr.    <fred at fdrake.net>
"A storm broke loose in my mind."  --Albert Einstein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20180713/4bc37547/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 31263 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/docs/attachments/20180713/4bc37547/attachment-0001.png>


More information about the docs mailing list