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

2019-11-18 Thread Antoine Pitrou
There's probably an argument for being consistent, though. If there's only a single one of them in a given file, it may mean it's an accident. The best thing may be to "git annotate" who added it and ask them. I don't remember the _io module having form feed characters in its source code. But

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

2019-11-18 Thread Tal Einat
On Mon, Nov 18, 2019 at 8:53 PM Antoine Pitrou wrote: > > There's probably an argument for being consistent, though. If there's > only a single one of them in a given file, it may mean it's an accident. > The best thing may be to "git annotate" who added it and ask them. > > I don't remember

[python-committers] Re: Steering Council Nomination Period - Begins Nov 1

2019-11-18 Thread Ewa Jodlowska
All of this information has been compiled into a PEP as well: https://www.python.org/dev/peps/pep-8101/. On Mon, Nov 18, 2019 at 12:44 PM Brett Cannon wrote: > Nominations closed out and it looks like the following people will be > running: > > 01. Gregory P. Smith > 02. Pablo Galindo Salgado

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

2019-11-18 Thread Tal Einat
On Mon, Nov 18, 2019 at 8:50 PM Eric V. Smith wrote: > Replying to python-committers for visibility, although maybe python-dev > would be better. > > That's not a "strange non-ASCII character"! That's a form feed > (control-L), definitely defined by ASCII. > > There are plenty of these in the

[python-committers] Re: Steering Council Nomination Period - Begins Nov 1

2019-11-18 Thread Ewa Jodlowska
On Mon, Nov 18, 2019 at 1:26 PM Antoine Pitrou wrote: > > How can we ask questions? For example I don't seem to be allowed to > post under: > > https://discuss.python.org/t/steering-council-nomination-pablo-galindo-salgado-2020-term/2667 That was set in error, replies have been enabled again

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

2019-11-18 Thread Eric V. Smith
Replying to python-committers for visibility, although maybe python-dev would be better. That's not a "strange non-ASCII character"! That's a form feed (control-L), definitely defined by ASCII. There are plenty of these in the code. Some people (who won't be named, but match the regex

[python-committers] Re: Steering Council Nomination Period - Begins Nov 1

2019-11-18 Thread Brett Cannon
Nominations closed out and it looks like the following people will be running: 01. Gregory P. Smith 02. Pablo Galindo Salgado 03. Kushal Das 04. Christian Heimes 05. Victor Stinner 06. Guido van Rossum 07. Thomas Wouters 08. Carol Willing 09. Barry Warsaw 10. Brett Cannon Thanks to everyone who

[python-committers] Re: Steering Council Nomination Period - Begins Nov 1

2019-11-18 Thread Antoine Pitrou
How can we ask questions? For example I don't seem to be allowed to post under: https://discuss.python.org/t/steering-council-nomination-pablo-galindo-salgado-2020-term/2667 Regards Antoine. Le 18/11/2019 à 19:43, Brett Cannon a écrit : > Nominations closed out and it looks like the

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

2019-11-18 Thread Tal Einat
I removed it by mistake due to lack of knowledge, so I undid that mistake. The status-quo appears to be that these are left in place. I've been told that there was previous discussion on this topic already and the status-quo was not broken. Personally I don't mind. On Tue, Nov 19, 2019 at 6:19

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

2019-11-18 Thread Inada Naoki
I don't think we need to revive ^L once it is removed. The steering council decided there is no real "code owner". Codes are owned by everyone. On the other hand, ^L is very minor control character nowadays. Many new people use many new editors. I don't believe every common editors support ^L