Re: [Python-Dev] [issue17180] shutil copy* unsafe on POSIX - they preserve setuid/setgit bits

2018-08-16 Thread Michael Felt
I want to believe this can be resolved - without breakage on POSIX. Clarification: while Mac/OS falls under "posix" in python terms - maybe "breakage" will need to be accepted, or, for "back-ports" Mac/OS will be "as if root or super-user" and use an additional (optional) argument in 3.8 and beyon

[Python-Dev] TLS 1.3 support

2018-08-16 Thread Christian Heimes
Hi, I have some exciting news. RFC 8446 [1] for TLS 1.3 was finalized a couple of days ago. The new TLS standard comes with several major improvements, but also with major changes. First some good news: Python's ssl module not compiles with OpenSSL 1.1.1-pre. It's also able to negotiate and estab

Re: [Python-Dev] TLS 1.3 support

2018-08-16 Thread Christian Heimes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Argh, typo! Thanks for pointing that out, Miro. I meant to write "now compiles with OpenSSL 1.1.1-pre". On 2018-08-16 15:27, Christian Heimes wrote: > First some good news: Python's ssl module not compiles with OpenSSL > 1.1.1-pre. It's also able

Re: [Python-Dev] TLS 1.3 support

2018-08-16 Thread Nikos Mavrogiannopoulos
Thank you Christian for your great work! On Thu, Aug 16, 2018 at 3:28 PM Christian Heimes wrote: > Hi, > > I have some exciting news. RFC 8446 [1] for TLS 1.3 was finalized a > couple of days ago. The new TLS standard comes with several major > improvements, but also with major changes. > > Firs

Re: [Python-Dev] TLS 1.3 support

2018-08-16 Thread Abdur-Rahmaan Janhangeer
my country, mauritius, had a participation in the dev, internet society vid : https://youtu.be/u6rz4PWA_As?t=4524 the red blue yellow green flag is our flag Abdur-Rahmaan Janhangeer https://github.com/Abdur-rahmaanJ Mauritius On Thu, 16 Aug 2018, 17:27 Christian Heimes, wrote: > Hi, > > I hav