[python-committers] Re: [IMPORTANT] Preparations for 3.11.0 beta 1

2022-04-14 Thread Inada Naoki
he PEP to say "This API was added in Python 3.11" instead > of "will be added". > I fixed issues in Python 3.11 and updating the PEP as you suggested. Thank you. https://github.com/python/peps/pull/2525/files -- Inada Naoki

[python-committers] Re: [IMPORTANT] Preparations for 3.11.0 beta 1

2022-04-08 Thread Inada Naoki
xplicitly UTF-8: > > # no surprise, always decode file content from UTF-8 > json_file = open(filename, encoding="utf-8") > > -- > > I will not comment PEP 686 here. It's being discussed on Discourse: > > * https://discuss.python.org/t/14435 > * https:/

[python-committers] Re: [IMPORTANT] Preparations for 3.11.0 beta 1

2022-04-06 Thread Inada Naoki
python.org/issue47000 https://github.com/python/cpython/pull/32068 Regards, -- Inada Naoki ___ python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-committers-le...@python.org https://mail.python.org/mailman3/li

[python-committers] Re: GitHub mystery: "Check for source changes (pull_request)" failed

2022-01-11 Thread Inada Naoki
python.org > https://mail.python.org/mailman3/lists/python-committers.python.org/ > Message archived at > https://mail.python.org/archives/list/python-committers@python.org/message/HYI7DZYIZ5GNXV3UHWJFEE47LCMUKDQH/ > Code of Conduct: https://www.python.org/psf/codeofconduct/ -- Inada N

[python-committers] Re: Roundup to GitHub Issues migration

2021-06-23 Thread Inada Naoki
FWIW, GitHub announced new powerful Issues today. https://github.com/features/issues It may fill some gap between GitHub Issues and Roundup. Regards, -- Inada Naoki ___ python-committers mailing list -- python-committers@python.org To unsubscribe

[python-committers] Re: Accepting PEP 624 (Remove Py_UNICODE encoder APIs)

2021-03-15 Thread Inada Naoki
on Steering Council's gratitude, > Thomas. > -- > Thomas Wouters > > Hi! I'm an email virus! Think twice before sending your email to help me > spread! -- Inada Naoki ___ python-committers mailing list -- python-comm

[python-committers] Re: Accepting PEP 597 (Add optional EncodingWarning)

2021-03-15 Thread Inada Naoki
thon 3.9 support and use `encoding="locale"` where locale encoding is needed. Regards, -- Inada Naoki ___ python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-committers-le...@python.org

[python-committers] Re: Submit PEP 624 to SC.

2021-02-15 Thread Inada Naoki
or > > On Sat, Feb 13, 2021 at 3:02 AM Inada Naoki wrote: > > > > Hi, all. > > > > I think PEP 624 is ready to SC review for now. > > How can I submit it to the SC? > > > > Regards, > > -- > > Inada Naoki > >

[python-committers] Submit PEP 624 to SC.

2021-02-12 Thread Inada Naoki
Hi, all. I think PEP 624 is ready to SC review for now. How can I submit it to the SC? Regards, -- Inada Naoki ___ python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-committers-le...@python.org

[python-committers] Re: Experimental isolated subinterpreters

2020-05-07 Thread Inada Naoki
would be better. > > Victor > -- > Night gathers, and now my watch begins. It shall not end until my death. > ___ > python-committers mailing list -- python-committers@python.org > To unsubscribe send an email t

[python-committers] Re: [Python-checkins] remove a strange non-ASCII character in _iomodule.c (GH-17239)

2019-11-18 Thread Inada Naoki
s://mail.python.org/mailman3/lists/python-committers.python.org/ > Message archived at > https://mail.python.org/archives/list/python-committers@python.org/message/MJ4GFBC72FGFX52Z7VDBJ4V2VURAWPHJ/ > Code of Conduct: https://www.python.org/psf/codeofconduct/ -- Inada Naoki _

Re: [python-committers] OpenMandriva and Fedora abandoned Discourse for development discussions

2019-03-05 Thread Inada Naoki
Scala uses two discourse instances; users and contributors. https://www.scala-lang.org/community/ This is discourse for Scala contributors. https://contributors.scala-lang.org/ It looks discourse works fine for Scala team. -- Inada Naoki ___ python

Re: [python-committers] Python 4.0 or Python 3.10?

2018-09-26 Thread INADA Naoki
For the record, Guido prefer 3.10 to 4.0, before he retired BDFL. https://python.zulipchat.com/#narrow/stream/116503-core/subject/rhel/near/124934902 Regards, -- INADA Naoki ___ python-committers mailing list python-committers@python.org https

Re: [python-committers] Proposing Mark Shannon to be a core developer

2018-05-14 Thread INADA Naoki
+1 2018年5月15日(火) 6:55 Ivan Levkivskyi : > +1 > > Yes, I actually thought he is a core dev for ages :-) > Me too. > -- > Ivan > > > > On 14 May 2018 at 17:42, Eric Snow wrote: > >> +1 >> >> -eric >> >> On Mon, May 14, 2018 at 4:41 PM, Larry Hastings >> wrote: >> > >> > >> > Dr. Mark Shannon c

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread INADA Naoki
0: I will use it if it's accepted, but I'm not sure it's merit is enough for changing how Python code looks. ___ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https:

Re: [python-committers] Let's give commit privileges to Nathaniel J. Smith

2018-01-25 Thread INADA Naoki
+1 -- INADA Naoki ___ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/

Re: [python-committers] Cherry picker bot deployed in CPython repo

2017-09-05 Thread INADA Naoki
Congrats! INADA Naoki On Wed, Sep 6, 2017 at 10:10 AM, Mariatta Wijaya wrote: > Hi, > > The cherry picker bot has just been deployed to CPython repo, codenamed > miss-islington. > > miss-islington made the very first backport PR for CPython and became a > first time GitH

Re: [python-committers] New workflow - some questions

2017-07-28 Thread INADA Naoki
On Sat, Jul 29, 2017 at 7:30 AM, Mariatta Wijaya wrote: >> 1. Section 32.2 in the Git bootcamp section - is there any reason to >> use git@github URLs for the clones? I normally always use >> https://github.com URLs, as they work with my proxy at work. > > > I don't have any explanation other than

Re: [python-committers] Codecov and PR

2017-04-25 Thread INADA Naoki
> While I use code coverage to improve automated unittesting, I am opposed to > turning a usable but limited and sometime faulty tool into a blind robotic > master that blocks improvements. The prospect of this being done has > discouraged me from learning the new system. (More on 'faulty tool' l

Re: [python-committers] 4 weeks with the new workflow: what needs changing?

2017-03-24 Thread INADA Naoki
On Sat, Mar 25, 2017 at 12:22 AM, Antoine Pitrou wrote: > > Hi, > > Le 24/03/2017 à 16:11, R. David Murray a écrit : >> On Fri, 24 Mar 2017 14:29:13 +0100, Antoine Pitrou >> wrote: >>> >>> By the way, how do I fetch remote changes for a branch without pulling >>> it into the working copy? e.g.

Re: [python-committers] Proposed new core developer -- Mariatta Wijaya

2017-01-26 Thread INADA Naoki
+1 https://github.com/python/cpython/search?p=1&q=Mariatta&type=Commits&utf8=%E2%9C%93 Her English is definitely better than me :) And I feel it's easy to read for non native speaker. ___ python-committers mailing list python-committers@python.org https

Re: [python-committers] My cavalier and aggressive manner, API change and bugs introduced for basically zero benefit

2017-01-22 Thread INADA Naoki
I read this whole thread. Here is my opinion. 1. Lack of reviewers It's really problem. If well written patch is not reviewed and committed for long time, patch writer (core developer, or potential core developer) may lost their motivation. Motivated contributor will be lower and lower. I wro

Re: [python-committers] My cavalier and aggressive manner, API change and bugs introduced for basically zero benefit

2017-01-20 Thread INADA Naoki
Hi, Victor and all. I'm sorry, I haven't read the whole mail yet. Reading long English is tough job for me. I notice this mail is very important for me. I'll take time to read this thread. But it may take long time. I want to post some comments before. I learned many from reviewing Victor's p

Re: [python-committers] Promote Xiang Zhang as a core developer

2016-11-14 Thread INADA Naoki
+1, if I can vote. He helped me a lot by reviewing my patch, and fixing issues relating to dict. Regards, -- INADA Naoki ___ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code

Re: [python-committers] Greeting from INADA Naoki

2016-09-28 Thread INADA Naoki
7;m using macOS on work, and Ubuntu on home hacking almost every day. I have Windows 10 machine too for building binary wheel, and tasks other than hacking (managing photos and musics, and Windows Update). I use it 1~5 times a month. I'll try 3.6 beta next time. > > Victor > > 2016

[python-committers] Greeting from INADA Naoki

2016-09-27 Thread INADA Naoki
ion. I want to contribute in C and Python code. * My interest is performance, efficiency, and simplicity. Regards, -- INADA Naoki ___ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-com