[issue15248] Better explain "TypeError: 'tuple' object is not callable"

2019-01-24 Thread Mayank Singhal
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/i

[issue31215] Add version changed notes for OpenSSL 1.1.0 compatibility

2018-06-08 Thread Mayank Singhal
Change by Mayank Singhal <17mayanksing...@gmail.com>: -- pull_requests: +7176 ___ Python tracker <https://bugs.python.org/issue31215> ___ ___ Python-bugs-

[issue31215] Add version changed notes for OpenSSL 1.1.0 compatibility

2018-06-02 Thread Mayank Singhal
Change by Mayank Singhal <17mayanksing...@gmail.com>: -- keywords: +patch pull_requests: +6972 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.or

[issue31215] Add version changed notes for OpenSSL 1.1.0 compatibility

2018-06-01 Thread Mayank Singhal
Mayank Singhal <17mayanksing...@gmail.com> added the comment: Hey, I'll take this up. -- nosy: +storymode7 ___ Python tracker <https://bugs.python.

[issue32685] Erroneous suggestion in print statement

2018-01-27 Thread Mayank Singhal
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