[Patrick K. O'Brien] > Well, in this case, keyword's __all__ looks like: > > __all__ = ["iskeyword"] > > Which leaves out keyword.kwlist, a pretty useful attribute. Fixed. > I'd also suggest that __all__ as a determiner of a module's api is severely > underdocumented. Agreed. Please file a documentation bug report and assign to me. Raymond Hettinger