A good idea! Thanks! "John Roth" <newsgroups at jhrothjr.com> wrote in message news:vmeq2go7e7fq62 at news.supernews.com... > > You don't actally need Pass. A docstring is sufficient: > > class C: > "this is a class" > > while True: > "loop de loop de loop" > > John Roth