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 p.saisathvikrao
Recipients p.saisathvikrao
Date 2020-11-30.08:22:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606724558.78.0.551470730063.issue42510@roundup.psfhosted.org>
In-reply-to
Content
>>>a=1,2,3,4
>>>a[1:2]
(2,)

Expected output -> (2)
bug -> ,
History
Date User Action Args
2020-11-30 08:22:38p.saisathvikraosetrecipients: + p.saisathvikrao
2020-11-30 08:22:38p.saisathvikraosetmessageid: <1606724558.78.0.551470730063.issue42510@roundup.psfhosted.org>
2020-11-30 08:22:38p.saisathvikraolinkissue42510 messages
2020-11-30 08:22:38p.saisathvikraocreate