<div dir="ltr"><br><br>On Wednesday, March 16, 2016 at 8:54:06 PM UTC-5, Chris Angelico wrote:<br><blockquote style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">... and then you decide, hey, let's just define __all__ and not worry <br>about adorning all those names with underscores, because the <br>definition of public vs private can be independent of the symbols <br>themselves. <br></blockquote><div><br>I avoid  __all__ like the plague. Too easy for it to get out of sync with the API when i forget to add a new symbol. <br></div>  <br></div>