a bit feedback for JSON documents

2020-07-03 Thread 황병희
There is some comment for https://docs.python.org/3.10/library/json.html. The latest RFC number is 8259. Thanks, Sincerely, JSON fan Byung-Hee -- ^고맙습니다 _白衣從軍_ 감사합니다_^))// -- https://mail.python.org/mailman/listinfo/python-list

[RELEASE] Python 3.9.0b4 is now ready for testing

2020-07-03 Thread Łukasz Langa
On behalf of the entire Python development community, and the currently serving Python release team in particular, I’m pleased to announce the release of Python 3.9.0b4. Get it here: https://www.python.org/downloads/release/python-390b4/

Re: New to python - Just a question

2020-07-03 Thread Tim Chase
On 2020-07-03 10:09, Daley Okuwa via Python-list wrote: > Write an algorithm (choose the language you prefer) that given a > character string, for instance {‘c’,’a’,’i’,’o’,’p’,’a’}, will > print out the list of characters appearing at least 2 times. In > this specific example, it would return {‘a’

Making and seeing mistakes [was: Formal Question to Steering Council]

2020-07-03 Thread Ethan Furman
On 07/03/2020 11:57 AM, Jon Ribbens via Python-list wrote: On 2020-07-03, Michael Torrie wrote: All you needed to say was, "No, she did not conflate 'White' with race." To say "[I] did," is a very odd thing, and certainly inaccurate. I definitely did not conflate White with race. Why do yo

Re: Formal Question to Steering Council (re recent PEP8 changes)

2020-07-03 Thread Jon Ribbens via Python-list
On 2020-07-03, Michael Torrie wrote: > On 7/3/20 10:57 AM, Jon Ribbens via Python-list wrote: >> On 2020-07-03, Ethan Furman wrote: >>> On 07/02/2020 07:42 PM, Jon Ribbens via Python-list wrote: She didn't - you did. >>> >>> Please keep the discourse civil. Petty taunts are not helpful. >>

Re: Formal Question to Steering Council (re recent PEP8 changes)

2020-07-03 Thread Terry Reedy
On 7/2/2020 6:46 PM, Random832 wrote: how much of that discussion you've actually read), but the point is that the *whole idea* of "standard English" is tied to white supremacy, not any particular standard whether via its authors or otherwise. France has the French Academy to protect the puri

Re: Formal Question to Steering Council (re recent PEP8 changes)

2020-07-03 Thread Dieter Maurer
Random832 wrote at 2020-7-2 18:46 -0400: > ... the *whole idea* of "standard English" is tied to white supremacy, not > any particular standard whether via its authors or otherwise. PEP 8 was initially designed as a style specification for Python's runtime library. I hope we can agree that all do

Re: Formal Question to Steering Council (re recent PEP8 changes)

2020-07-03 Thread Michael Torrie
On 7/3/20 10:57 AM, Jon Ribbens via Python-list wrote: > On 2020-07-03, Ethan Furman wrote: >> On 07/02/2020 07:42 PM, Jon Ribbens via Python-list wrote: >>> She didn't - you did. >> >> Please keep the discourse civil. Petty taunts are not helpful. > > Sorry, I don't understand what you are gett

Re: New to python - Just a question

2020-07-03 Thread Rhodri James
On 03/07/2020 11:09, Daley Okuwa via Python-list wrote: Please can someone help Write an algorithm (choose the language you prefer) that given a character string, for instance {‘c’,’a’,’i’,’o’,’p’,’a’}, will print out the list of characters appearing at least 2 times. In this specific example

Re: Formal Question to Steering Council (re recent PEP8 changes)

2020-07-03 Thread Jon Ribbens via Python-list
On 2020-07-03, Ethan Furman wrote: > On 07/02/2020 07:42 PM, Jon Ribbens via Python-list wrote: >> She didn't - you did. > > Please keep the discourse civil. Petty taunts are not helpful. Sorry, I don't understand what you are getting at. My comment was not a "petty taunt", it was an important f

Re: Formal Question to Steering Council (re recent PEP8 changes)

2020-07-03 Thread Ethan Furman
On 07/02/2020 07:42 PM, Jon Ribbens via Python-list wrote: She didn't - you did. Please keep the discourse civil. Petty taunts are not helpful. -- ~Ethan~ Python List Moderator -- https://mail.python.org/mailman/listinfo/python-list

Re: New to python - Just a question

2020-07-03 Thread David Lowry-Duda
Hello! > Please can someone help > > Write an algorithm (choose the language you prefer) that given a > character string, for instance {‘c’,’a’,’i’,’o’,’p’,’a’}, will print > out the list of characters appearing at least 2 times. In this > specific example, it would return {‘a’}. Afterwards, c

Re: Formal Question to Steering Council (re recent PEP8 changes)

2020-07-03 Thread Rhodri James
On 03/07/2020 15:28, Jon Ribbens via Python-list wrote: On 2020-07-03, Rhodri James wrote: On 02/07/2020 23:46, Random832 wrote: On Thu, Jul 2, 2020, at 18:29, Michael Torrie wrote: Come again? I can see no other link in the verbage with the "relics of white supremacy" that she referred to.

Re: Formal Question to Steering Council (re recent PEP8 changes)

2020-07-03 Thread Bev In TX
> On Jul 3, 2020, at 10:23 AM, o1bigtenor wrote: > > I decry the present hypersensitivity to any hint of culture that was > present some 200 years ago especially when such sensitivity is used > to block a wider group from participating. IMO such hypersensitive > individuals might be better serve

Re: Formal Question to Steering Council (re recent PEP8 changes)

2020-07-03 Thread Jon Ribbens via Python-list
On 2020-07-02, Michael Torrie wrote: > On 7/2/20 1:26 PM, Jon Ribbens via Python-list wrote: >> On 2020-07-02, Michael Torrie wrote: >>> Agreed. She just needs to fix her commit message to remove the sentence >>> about the relics of white supremacy. The fact she would conflate an >>> author's na

New to python - Just a question

2020-07-03 Thread Daley Okuwa via Python-list
Please can someone help Write an algorithm (choose the language you prefer) that given a character string, for instance {‘c’,’a’,’i’,’o’,’p’,’a’}, will print out the list of characters appearing at least 2 times. In this specific example, it would return {‘a’}. Afterwards, comment out the cost

Re: Formal Question to Steering Council (re recent PEP8 changes)

2020-07-03 Thread o1bigtenor
On Thu, Jul 2, 2020 at 7:05 PM Michael Torrie wrote: > > On 7/2/20 4:46 PM, Random832 wrote: > > It's possible that this wasn't explained clearly enough in the commit > > message itself (though I would argue it was definitely adequately > > explained in the ensuing on-list discussion, and wonder h

Re: Formal Question to Steering Council (re recent PEP8 changes)

2020-07-03 Thread Jon Ribbens via Python-list
On 2020-07-03, Rhodri James wrote: > On 02/07/2020 23:46, Random832 wrote: >> On Thu, Jul 2, 2020, at 18:29, Michael Torrie wrote: >>> Come again? I can see no other link in the verbage with the >>> "relics of white supremacy" that she referred to. If there are >>> other links, they should be in

Re: Formal Question to Steering Council (re recent PEP8 changes)

2020-07-03 Thread Rhodri James
On 02/07/2020 23:46, Random832 wrote: On Thu, Jul 2, 2020, at 18:29, Michael Torrie wrote: Come again? I can see no other link in the verbage with the "relics of white supremacy" that she referred to. If there are other links, they should be included in the commit message. I agree with Rhodri

Re: Formal Question to Steering Council (re recent PEP8 changes)

2020-07-03 Thread Robin Becker
Since explicit is better than implicit :-), I would like to formally ask the Steering Council to answer the following questions. 1. Does the Steering Council think political statements have any place in the Python repositories? 2. If so, for the avoidance of doubt does the Steering C

FlaskCon: Today Friday 3rd July, Tomorrow and Sunday!

2020-07-03 Thread Abdur-Rahmaan Janhangeer
Greetings List, FlaskCon is this week! Speakers include many interesting people such as: - Dustin Ingram - Adrian Mönnich (ThiefMaster) and a host of beautiful topics and diverse mix such as: - How Google cloud uses Flask - Demystifying Flask's Application and Request Contexts with pytest - Ho