[Python-Dev] New buildbot-status mailing list to be notified on buildbot failures

2017-05-11 Thread Victor Stinner
Hi, You can now subscribe to this mailing list to get email notifications when the state of a buildbot changes from success (green)/warning (orange) to failure (red): https://mail.python.org/mm3/mailman3/lists/buildbot-status.python.org/ Only these state changes (green=>red, orange=>red) send an

Re: [Python-Dev] mention aenum in the Enum docs?

2017-05-11 Thread Paul Moore
On 11 May 2017 at 01:50, Steven D'Aprano wrote: > On Tue, May 09, 2017 at 10:05:43AM -0700, Ethan Furman wrote: > >> A comment on a recent SO answer [1] wondered why my aenum library wasn't >> mentioned in the docs to help guide people that needed/wanted more advanced >> Enum options to it. > > I