Re: [Python-Dev] Refactor __get_builtin_constructor on hasklib.py

2018-08-07 Thread Sanyam Khurana
Hello, Welcome to the mailing list Park! On Tue, Aug 7, 2018 at 12:30 PM, 蔡銘峯 wrote: > Hello everybody, > I am Park Tsai. I want to refactor __get_builtin_constructor on hasklib.py > of python 2.7 > (https://github.com/python/cpython/blob/2.7/Lib/hashlib.py#L72). > This is the first time that I

Re: [Python-Dev] Issue 32933

2018-03-03 Thread Sanyam Khurana
Hey Tony, You can raise a PR and then start working on writing a test case of it. People would then be able to see what exactly you've done and suggest changes if need be. Let me know if you've any more questions. On Sat, Mar 3, 2018 at 11:24 PM, TonyFlury via Python-Dev wrote: > I mentioned wh

Re: [Python-Dev] Positional-only parameters in Python

2018-01-17 Thread Sanyam Khurana
Hi, On Wed, Jan 17, 2018 at 8:04 PM, Victor Stinner wrote: > Hi, > > In Februrary 2017, I proposed on python-ideas to change the Python > syntax to allow to declare positional-only parameters in Python: > > https://mail.python.org/pipermail/python-ideas/2017-February/044879.html > https://mail.py