Guido van Rossum 1a5e21e033 Updates to the with-statement:
- New semantics for __exit__() -- it must re-raise the exception
  if type is not None; the with-statement itself doesn't do this.
  (See the updated PEP for motivation.)

- Added context managers to:
  - file
  - thread.LockType
  - threading.{Lock,RLock,Condition,Semaphore,BoundedSemaphore}
  - decimal.Context

- Added contextlib.py, which defines @contextmanager, nested(), closing().

- Unit tests all around; bot no docs yet.
2006-02-28 21:57:43 +00:00
..
2006-02-28 21:57:43 +00:00
2006-02-28 21:57:43 +00:00
2006-02-15 17:27:45 +00:00
2006-02-16 14:37:48 +00:00
2006-02-16 14:37:16 +00:00
2006-02-15 17:27:45 +00:00
2006-02-27 22:32:47 +00:00
2006-02-16 14:37:16 +00:00
2006-02-15 17:27:45 +00:00
2005-07-09 15:26:33 +00:00
2006-02-16 14:37:16 +00:00