Re: Final statement from Steering Council on politically-charged commit messages

2020-08-17 Thread justin walters
I for one don't want to see politics involved in PL development. However, inclusivity isn't a political issue, it's a human rights issue. Do I agree with the PR, not exactly. However, I do think we as a community should be accommodating to people Whose use of the English language differs from the

Re: Error

2020-08-17 Thread Igor Korot
On Tue, Aug 18, 2020 at 12:00 AM Igor Korot wrote: > > Hi, > > On Mon, Aug 17, 2020 at 11:05 PM Thiên Nguyễn Thanh > wrote: > > > > Thank you for your response. > > it's in this file. > > Please don't send any attachments to the list. > > There are very knowledgeable people here who will be able

Re: Error

2020-08-17 Thread Igor Korot
Hi, On Mon, Aug 17, 2020 at 11:05 PM Thiên Nguyễn Thanh wrote: > > Thank you for your response. > it's in this file. Please don't send any attachments to the list. There are very knowledgeable people here who will be able to help. Unfortunately they have vision problems. So, what is the probl

Re: Error

2020-08-17 Thread Thiên Nguyễn Thanh
Thank you for your response. it's in this file. Vào Th 3, 18 thg 8, 2020 vào lúc 10:59 Igor Korot đã viết: > Hi, > > > > On Mon, Aug 17, 2020, 10:52 PM Thiên Nguyễn Thanh < > thien.nguyen0...@hcmut.edu.vn> wrote: > >> Hi, >> I'm just starting to learn python. >> I try to install a socketio lib

Re: Error

2020-08-17 Thread Igor Korot
Hi, On Mon, Aug 17, 2020, 10:52 PM Thiên Nguyễn Thanh < thien.nguyen0...@hcmut.edu.vn> wrote: > Hi, > I'm just starting to learn python. > I try to install a socketio library. > I got the following error > [image: image.png] > Please answer me with a detailed guide on how to solve the above pro

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-17 Thread thronobulax
On Monday, August 17, 2020 at 1:26:33 PM UTC-5, Chris Angelico wrote: > For context, see this commit: > > https://github.com/python/peps/commit/0c6427dcec1e98ca0bd46a876a7219ee4a9347f4 > > The commit message is highly politically charged and is now a > permanent part of the Python commit history.

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-17 Thread thronobulax
On Monday, August 17, 2020 at 1:26:33 PM UTC-5, Chris Angelico wrote: > For context, see this commit: > > https://github.com/python/peps/commit/0c6427dcec1e98ca0bd46a876a7219ee4a9347f4 > > The commit message is highly politically charged and is now a > permanent part of the Python commit history.

Error

2020-08-17 Thread Thiên Nguyễn Thanh
Hi, I'm just starting to learn python. I try to install a socketio library. I got the following error [image: image.png] Please answer me with a detailed guide on how to solve the above problem!! Thanks. -- https://mail.python.org/mailman/listinfo/python-list

Re:Re: why the connection set with “keep live” in urllib.request always set to be“closed, thanks

2020-08-17 Thread xuanwu348
This means I want to structure my request header with "Connection: keep alive" for the server which support connect alive, But I checked the requeset header send by myself, the connection still closed, no affect by set And I also found this in python document: ==

Re: why the connection set with “keep live” in urllib.request always set to be“closed, thanks

2020-08-17 Thread Barry
> On 17 Aug 2020, at 18:23, xuanwu348 wrote: > > hi everyone > > > Good day, the code as below, I try to make a long connection by set the > connection to "keep-alive", but actually it's not as expected. Why? Thanks What this means is. Please web server keep the connect alive if you can.

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-17 Thread gia
Math should stop being standardized, as it could alienate people of other colors to it. Commit should be rewritten as "Remove book advert from comments". On Mon, Aug 17, 2020 at 1:39 PM Chris Angelico wrote: > On Tue, Aug 18, 2020 at 4:34 AM Dylan Distasio > wrote: > > > > That's quite an inte

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-17 Thread Chris Angelico
On Tue, Aug 18, 2020 at 4:34 AM Dylan Distasio wrote: > > That's quite an interesting ruling by the SC. I'm not surprised to see them > bend the knee to PC, but it is disheartening to see they're fine opening a > can of political worms in a programming language. I suspect they will > deplore

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-17 Thread Dylan Distasio
That's quite an interesting ruling by the SC. I'm not surprised to see them bend the knee to PC, but it is disheartening to see they're fine opening a can of political worms in a programming language. I suspect they will deplore messages outside of their bubble though. On Mon, Aug 17, 2020 at 2:

Final statement from Steering Council on politically-charged commit messages

2020-08-17 Thread Chris Angelico
For context, see this commit: https://github.com/python/peps/commit/0c6427dcec1e98ca0bd46a876a7219ee4a9347f4 The commit message is highly politically charged and is now a permanent part of the Python commit history. The Python Steering Council has this to say: https://github.com/python/steering-

why the connection set with “keep live” in urllib.request always set to be“closed, thanks

2020-08-17 Thread xuanwu348
hi everyone Good day, the code as below, I try to make a long connection by set the connection to "keep-alive", but actually it's not as expected. Why? Thanks import urllib.request as req headers = {"authorization": "Bearer {}".format(self.token), "Content-Type": "multipart