[Python-Dev] Re: Recent PEP-8 change

2020-07-02 Thread Jim F.Hilliard
On Thu, Jul 2, 2020 at 9:51 PM Ethan Furman wrote: > But the text in question said nothing about gender issues -- it was about > race issues. Can anyone shed light on that? If there is something I need > to learn I would like to learn it. > Exactly. The explanation so far has been that it is

[Python-Dev] Re: Recent PEP-8 change

2020-06-30 Thread Jim F.Hilliard
On Tue, 30 Jun 2020, 17:36 Piper Thunstrom, wrote: It specifically > was chosen to avoid "lower class" usages and things like AAVE (though > that term would not exist for decades after the movement reached a > furor). I mean, surely not only did it exclude "lower class" terms and AAVE (African

[Python-Dev] Re: [Python-ideas] Re: Amend PEP-8 to require clear, understandable comments instead of Strunk & White Standard English comments

2020-06-29 Thread Jim F.Hilliard
On Mon, Jun 29, 2020 at 4:21 PM Nathaniel Smith wrote: > > It's not Strunk and White per se, it's the idea of enforcing "standard > English", where "standard" here means "talks like a American with an > Ivy league education". > You all are displaying breathtakingly levels of ignorance here. > I

[Python-Dev] Re: [Python-ideas] Re: Amend PEP-8 to require clear, understandable comments instead of Strunk & White Standard English comments

2020-06-29 Thread Jim F.Hilliard
On Mon, Jun 29, 2020 at 2:50 PM Paul Sokolovsky wrote: > > I wouldn't be surprised if the only connection between them is the word > "white". > > I would be *very* surprised. This seems very foreign to me as a European. ___ Python-Dev mailing list --

[Python-Dev] Re: [Python-ideas] Re: Amend PEP-8 to require clear, understandable comments instead of Strunk & White Standard English comments

2020-06-29 Thread Jim F.Hilliard
I believe I'm not the only one with this question but, how is Strunk & White connected with white supremacy? Scanning through this thread, its wikipedia page and doing quick google search, I wasn't able to find something tangible. Best Regards, Jim Fasarakis Hilliard

[Python-Dev] Re: The Anti-PEP

2020-06-25 Thread Jim F.Hilliard
A natural question that arises is who will be responsible for authoring it? I'd guess anyone with a strong enough opinion (and there's no shortage of those) could be the one who does it. Separating bikeshedding from refusals/rejections definitely has merit though, especially for the person making

[Python-Dev] Re: PEP 622: Structural Pattern Matching

2020-06-24 Thread Jim F.Hilliard
I'm also not a big fan of the 'else' proposal. Context matters and in the context of match expressions a case with a wildcard pattern makes sense, an else, not so much. ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to

Re: [Python-Dev] The new and improved PEP 572, same great taste with 75% less complexity!

2018-04-26 Thread Jim F.Hilliard
FWIW There's an existing issue (bpo 29652 ) for the order of evaluation in dict-comps. Best Regards, Jim Fasarakis Hilliard On Thu, Apr 26, 2018 at 7:06 PM, Chris Angelico wrote: > On Fri, Apr 27, 2018 at 2:02 AM, Guido van Rossum

Re: [Python-Dev] mention aenum in the Enum docs?

2017-05-10 Thread Jim F.Hilliard
Being the one who left the comment, I'm all for adding it. The reason I wondered why it was not there was because I was aware you are the author of both so, I believe, the con of it being a 3rd party library is minimized. I've also seen plenty of people asking around for more advanced usages of

Re: [Python-Dev] Translated Python documentation

2017-02-24 Thread Jim F.Hilliard
I've recently been translating the Tutorial in Greek as a side thing that also helps me catch some doc bugs :-). So it's an obvious +1 from me. I really like this idea and would like to see it come to fruition. I think some issues need to be addressed first, though: Where should these translated

Re: [Python-Dev] Translated Python documentation

2017-02-24 Thread Jim F.Hilliard
I've recently been translating the Tutorial in Greek as a side thing that also helps me catch some doc bugs :-). So it's an obvious +1 from me. I really like this idea and would like to see it come to fruition. I think some issues need to be addressed first, though: Where should these translated

Re: [Python-Dev] GitHub migration scheduled for Friday

2017-02-07 Thread Jim F.Hilliard
That's great, congratulations! I believe this change will make it way easier for people to get involved! A small question, since people can now submit new issues via pulls instead of going to bugs.python.org, what will be the purpose of the latter? As I skimmed through