Re: [Python-Dev] Communication channels

2018-10-01 Thread Matthias Bussonnier
On Mon, 1 Oct 2018 at 13:38, Victor Stinner wrote: > Le lun. 1 oct. 2018 à 22:32, Tres Seaver a écrit : > > I'm pretty strongly -1 on the notion that folks who subscribe python-dev, > > BPO, and the github repositories should need to *also* follow an > > arbitrarily-growing set of Twitter accoun

Re: [Python-Dev] Communication channels

2018-10-01 Thread Victor Stinner
Le lun. 1 oct. 2018 à 22:32, Tres Seaver a écrit : > I'm pretty strongly -1 on the notion that folks who subscribe python-dev, > BPO, and the github repositories should need to *also* follow an > arbitrarily-growing set of Twitter accounts: how would one know if a new > one popped into being? Ho

Re: [Python-Dev] Communication channels

2018-10-01 Thread Ethan Furman
On 10/01/2018 01:29 PM, Tres Seaver wrote: I'm pretty strongly -1 on the notion that folks who subscribe python-dev, BPO, and the github repositories should need to *also* follow an arbitrarily-growing set of Twitter accounts: how would one know if a new one popped into being? How likely is it

Re: [Python-Dev] Communication channels

2018-10-01 Thread Tres Seaver
On 10/01/2018 07:19 AM, Victor Stinner wrote: > Some core developers are also active on Twitter. Some ideas were first > discussed on Twitter. You may want to follow some of them. Incomplete > list of core devs that I follow: I'm pretty strongly -1 on the notion that folks who subscribe python-de

Re: [Python-Dev] Communication channels

2018-10-01 Thread Brett Cannon
On Mon, 1 Oct 2018 at 05:15, Chris Jerdonek wrote: > Another one is GitHub (and the bug tracker, for that matter). For > example, I believe here is where the discussion took place that led to > the initial draft of PEP 582 re: recognizing a local __packages__ > directory: > https://github.com/kus

Re: [Python-Dev] Communication channels

2018-10-01 Thread Victor Stinner
Le lun. 1 oct. 2018 à 14:14, Chris Jerdonek a écrit : > Also, if you are trying to be complete, another communication channel > is in-person events and conferences, etc. Right, there are two main events for CPython core developers which are only in the US: * Language Summit during Pycon US (one

Re: [Python-Dev] Communication channels

2018-10-01 Thread Chris Jerdonek
Another one is GitHub (and the bug tracker, for that matter). For example, I believe here is where the discussion took place that led to the initial draft of PEP 582 re: recognizing a local __packages__ directory: https://github.com/kushaldas/peps/pull/1 The PEP was posted here: https://github.com

[Python-Dev] Communication channels

2018-10-01 Thread Victor Stinner
Hi, Last months, new communication channels appear. This is just a reminder that they exist: * Zulip: https://python.zulipchat.com/ (exist since 1 year?) * Discourse: http://discuss.python.org/ (I'm not sure if it's fully official yet ;-)) * IRC: #python-dev on FreeNode, only for development *of*