Staging
v0.5.1
https://github.com/python/cpython
Revision 8608d26e815a63f5a35524abea40ad80a5e93bb2 authored by Nick Coghlan on 19 October 2013, 14:30:51 UTC, committed by Nick Coghlan on 19 October 2013, 14:30:51 UTC
- explain single use, reusable and reentrant in docs
- converted suppress to a reentrant class based impl
- converted redirect_stdout to a reusable impl
- moved both suppress and redirect_stdout behind a functional
  facade
- added reentrancy tests for the updated suppress
- added reusability tests for the updated redirect_stdio
- slightly cleaned up an exception from contextmanager
1 parent e723622
History
Tip revision: 8608d26e815a63f5a35524abea40ad80a5e93bb2 authored by Nick Coghlan on 19 October 2013, 14:30:51 UTC
contextlib doc updates and refactoring
Tip revision: 8608d26

README

back to top