New submission from Andreas Zeller <zeller@cispa.saarland>:
The following line of code fails in Python 3.6, which I find surprising. >>> assert '''"""''' == '""""' # Fails Note that the following all pass as expected: >>> assert """'''""" == "'''" # Passes >>> assert '''""''' == '""' # Passes ---------- components: Interpreter Core messages: 384736 nosy: andreas-zeller priority: normal severity: normal status: open title: '''"""''' != '""""' type: behavior versions: Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue42876> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com