SIGN IN SIGN UP

Minor improvements to the threading introduction:

* Expand the example to show a join.

* Mention the use case of I/O running concurrent with a computational
  thread.

* Be a tad more forceful about recommending Queue over other approaches
  to synchonization.

* Eliminate discussion around having a single interpreter.  This is a
  more advanced discussion that belongs in the library reference and
  in a section on extending and embedding.
R
Raymond Hettinger committed
d3fe2395b4f85f307d437f5b5b1f69e297d1fe11
Parent: 84f107d