[Python-Dev] Re: Remove module's __version__ attributes in the stdlib

2020-10-15 Thread Karthikeyan
On Fri, Oct 16, 2020, 12:45 AM Serhiy Storchaka wrote: > 14.10.20 20:56, Brett Cannon пише: > > I think if the project is not maintained externally and thus synced into > > the stdlib we can drop the attributes. > > I have found only one exception. decimal.__version__ refers to the > version of t

[Python-Dev] Re: Doc tests failing for many PRs on GitHub

2020-08-31 Thread Karthikeyan
e is? > > Cheers, > Mark. > > (apologies for the previous empty email) > _______ > Python-Dev mailing list -- python-dev@python.org > To unsubscribe send an email to python-dev-le...@python.org > https://mail.python.org/mailman3/lists/python-dev.pyth

[Python-Dev] Re: PEP proposal to limit various aspects of a Python program to one million.

2019-12-05 Thread Karthikeyan
On Thu, Dec 5, 2019 at 6:23 PM Mark Shannon wrote: > > > On 05/12/2019 12:45 pm, Karthikeyan wrote: > > On Thu, Dec 5, 2019, 5:53 PM Mark Shannon > <mailto:m...@hotpy.org>> wrote: > > > > > > > > On 04/12/2019 2:31 am, Gregory P. Smith wr

[Python-Dev] Re: PEP proposal to limit various aspects of a Python program to one million.

2019-12-05 Thread Karthikeyan
On Thu, Dec 5, 2019, 5:53 PM Mark Shannon wrote: > > > On 04/12/2019 2:31 am, Gregory P. Smith wrote: > > > > > > On Tue, Dec 3, 2019 at 8:21 AM Mark Shannon > > wrote: > > > > Hi Everyone, > > > > I am proposing a new PEP, still in draft form, to impose a limit of

[Python-Dev] Re: 3.10 or 4.0?

2019-11-28 Thread Karthikeyan
On Thu, Nov 28, 2019, 9:50 PM Paul Moore wrote: > On Thu, 28 Nov 2019 at 15:55, Victor Stinner wrote: > > > > It has been discussed a few months ago. There is the "if six.PY3: ..." > > issue and similar issues which should be solved first. Basic example: > > I've seen a few fixes to projects to

[Python-Dev] Re: Docs: audit event table empty

2019-07-09 Thread Karthikeyan
;breakpointhook > href="functions.html#breakpoint">[1] > > Bests, > -- > Julien Palard > https://mdk.fr > ___ > Python-Dev mailing list -- python-dev@python.org > To unsubscribe send an email to python-dev-le...@python

[Python-Dev] Preserve keyword argument order in unittest.mock call repr output

2019-06-22 Thread Karthikeyan Singaravelan
>From Python 3.6 the order of keyword arguments to a function is preserved. In >https://bugs.python.org/issue21256 the order of keyword arguments for >unittest.mock's repr were sorted to return deterministic output for usage in >doctest and other use cases. This currently gives little inconsiste

Re: [Python-Dev] "if __name__ == '__main__'" at the bottom of python unittest files

2019-05-01 Thread Karthikeyan
ead. [1] [0] https://mail.python.org/pipermail/python-ideas/2017-June/045842.html [1] https://mail.python.org/pipermail/python-ideas/2017-June/045849.html -- Regards, Karthikeyan S ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mail

Re: [Python-Dev] "if __name__ == '__main__'" at the bottom of python unittest files

2019-05-01 Thread Karthikeyan
; > I do not see what is wrong here and suggest to not break working code. > > ___ > Python-Dev mailing list > Python-Dev@python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https:/

Re: [Python-Dev] Any core dev event plans for EP19?

2019-04-26 Thread Karthikeyan
-society.org/core-grant -- Regards, Karthikeyan S ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Need help to fix HTTP Header Injection vulnerability

2019-04-10 Thread Karthikeyan
but I could be wrong. -- Regards, Karthikeyan S ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Need help to fix HTTP Header Injection vulnerability

2019-04-09 Thread Karthikeyan
fix landing in stdlib that secures downstream libraries encouraging users to upgrade Python too. Regards, Karthikeyan S > ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.

Re: [Python-Dev] Need help to fix HTTP Header Injection vulnerability

2019-04-09 Thread Karthikeyan
59157/2#message-39c6be13a192bf760f6318ac641b432a6ab8fdc8 -- Regards, Karthikeyan S ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] bedevere pipelines hang on github

2019-04-07 Thread Karthikeyan
This seems to be fixed now : https://github.com/python/core-workflow/issues/321 Regards, Karthikeyan S ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman

Re: [Python-Dev] how to rerun the job “Azure Pipelines PR”?

2019-04-02 Thread Karthikeyan
Closing and re-opening the PR will trigger the CI run again that might help in this case but it will run all the jobs. -- Regards, Karthikeyan S ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] PEP 581: Using GitHub Issues for CPython

2019-03-07 Thread Karthikeyan
itHub UI) very easy to navigate in terms of clicking on labels, search, sort, filter etc. in https://gitlab.com/tirkarthi/python-bugs/issues and the issue is more easy to read with markdown support for code where I added highlight to snippet https://gitlab.com/tirkarthi/python-

Re: [Python-Dev] configparser: should optionxform be idempotent?

2019-03-07 Thread Karthikeyan
section key to another it might apply it again. Also I am afraid there is less test coverage for optionxform itself so there could be more scenarios to cover increasing the complexity. -- Regards, Karthikeyan S ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] "Good first issues" on the bug tracker

2019-02-24 Thread Karthikeyan
On Sun, Feb 24, 2019 at 1:07 PM Terry Reedy wrote: > On 2/23/2019 2:50 PM, Cheryl Sabella wrote: > > AM Karthikeyan wrote: > > I would also recommend waiting for a core dev or someone to provide > > some feedback or confirmation on even an easy issue's fix

Re: [Python-Dev] "Good first issues" on the bug tracker

2019-02-22 Thread Karthikeyan
code. I ask you to not > write everything yourself, and sometimes give the simplest issues to > contributors who are eager to help you. > > Victor > ___ > Python-Dev mailing list > Python-Dev@python.org > https://mail.python.org/m