[issue15248] Better explain "TypeError: 'tuple' object is not callable"
Mayank Singhal <17mayanksing...@gmail.com> added the comment: Hey, if nobody is working on this can I go for it? -- nosy: +storymode7 ___ Python tracker <https://bugs.python.org/issue15248> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32685] Erroneous suggestion in print statement
New submission from Mayank Singhal <17mayanksing...@gmail.com>: The suggestion given when a for and print with the syntax for python 2.x are used together seems erroneous. Steps to reproduce: Just type following in the python interpreter (3.x): for p in some_list: print p The error produced is: SyntaxError: Missing parentheses in call to 'print'. Did you mean print(in some_list: print p)? I am also attaching a small file, that produces the error when run with: python3 printBug.py -- components: Interpreter Core files: printBug.py messages: 310852 nosy: storymode7 priority: normal severity: normal status: open title: Erroneous suggestion in print statement type: behavior versions: Python 3.6, Python 3.7 Added file: https://bugs.python.org/file47412/printBug.py ___ Python tracker <https://bugs.python.org/issue32685> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue31215] Add version changed notes for OpenSSL 1.1.0 compatibility
Mayank Singhal <17mayanksing...@gmail.com> added the comment: Hey, I'll take this up. -- nosy: +storymode7 ___ Python tracker <https://bugs.python.org/issue31215> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue31215] Add version changed notes for OpenSSL 1.1.0 compatibility
Change by Mayank Singhal <17mayanksing...@gmail.com>: -- keywords: +patch pull_requests: +6972 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue31215> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue31215] Add version changed notes for OpenSSL 1.1.0 compatibility
Change by Mayank Singhal <17mayanksing...@gmail.com>: -- pull_requests: +7176 ___ Python tracker <https://bugs.python.org/issue31215> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com