Re: [Python-ideas] name2type mapping

2018-10-26 Thread Thomas Güttler
Am 25.10.18 um 22:34 schrieb Steven D'Aprano: On Thu, Oct 25, 2018 at 10:04:05PM +0200, Thomas Güttler Lists wrote: I created a first draft of the name2type mapping which was discussed here some days ago: Since this is not a language feature, please take the discussion to a more appropriate fo

Re: [Python-ideas] async unittest.TestCase

2018-10-26 Thread David Shawley
On Oct 10, 2018, at 1:34 PM, Serhiy Storchaka wrote: > 10.10.18 20:19, Yury Selivanov пише: > > Thanks for proposing this. Yes, it makes sense to have > > unittest.AsyncTestCase in 3.8. AFAIK Lisa Roach (copied) was working > > on that (as well as on async Mock object), but I'm not sure what's t

[Python-ideas] PEP 543-conform TLS library

2018-10-26 Thread Mathias Laurin
Hello Python ideas, I have implemented an (I believe) PEP 543-conform TLS library and released TLS support in the latest version yesterday: https://github.com/Synss/python-mbedtls/tree/0.13.0 https://pypi.org/project/python-mbedtls/0.13.0/ As far as I know, I am the first one to follow PEP 543

Re: [Python-ideas] PEP 543-conform TLS library

2018-10-26 Thread Antoine Pitrou
On Fri, 26 Oct 2018 17:41:26 +0200 Mathias Laurin wrote: > > So, can anybody clarify these two points from the PEP? > > Or should I just address Cory Benfield (who does not seem very > active anymore lately) and Christian Heimes directly? Either that, or post on python-dev where you'll be more