Re: [Python-Dev] mention aenum in the Enum docs?
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 know that the std lib is where good modules go to die :-) > > Is the aenum module feature complete? Is it ready to ~~die~~ move to the > std lib? The proposal is about mentioning aenum as a 3rd party alternative in the stdlib docs for enum (which, BTW, I think is perfectly fine and a useful thing to do), not to bring aenum into the stdlib. Paul ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] New buildbot-status mailing list to be notified on buildbot failures
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 email notification. See http://bugs.python.org/issue30325 for the technical details on how these emails are sent. Thanks to Zachary Ware for his strong support on creating this list and fixing buildbot issues ;-) Victor ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
