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 eric.smith
Recipients eric.smith, rameshsahoo11
Date 2020-08-10.19:08:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597086500.95.0.481308752575.issue41518@roundup.psfhosted.org>
In-reply-to
Content
Here's what I see:

Python 3.6.9 (default, Jul 21 2019, 14:33:59)
[GCC 7.4.0] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> stack = ['(', '(', '[', ']', ')']
>>> for i in stack:
...     print(i)
...
(
(
[
]
)

That looks correct to me. What exact version of 3.6 are you using, and on what platform?
History
Date User Action Args
2020-08-10 19:08:20eric.smithsetrecipients: + eric.smith, rameshsahoo11
2020-08-10 19:08:20eric.smithsetmessageid: <1597086500.95.0.481308752575.issue41518@roundup.psfhosted.org>
2020-08-10 19:08:20eric.smithlinkissue41518 messages
2020-08-10 19:08:20eric.smithcreate