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 berker.peksag
Recipients Aivar.Annamaa, berker.peksag
Date 2017-09-08.10:03:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504865022.93.0.774529957791.issue31394@psf.upfronthosting.co.za>
In-reply-to
Content
If you look at https://docs.python.org/3/reference/lexical_analysis.html#delimiters '.' (period) is listed as delimiter and there is the following sentence to answer your question:

    A sequence of three periods has a special meaning as an ellipsis literal.
History
Date User Action Args
2017-09-08 10:03:42berker.peksagsetrecipients: + berker.peksag, Aivar.Annamaa
2017-09-08 10:03:42berker.peksagsetmessageid: <1504865022.93.0.774529957791.issue31394@psf.upfronthosting.co.za>
2017-09-08 10:03:42berker.peksaglinkissue31394 messages
2017-09-08 10:03:42berker.peksagcreate