Popular recipes tagged "change"http://code.activestate.com/recipes/tags/change/popular/2009-01-24T12:41:53-08:00ActiveState Code RecipesChangeDirectory context manager (Python) 2009-01-24T12:41:53-08:00Christophe Simonishttp://code.activestate.com/recipes/users/4166953/http://code.activestate.com/recipes/576620-changedirectory-context-manager/ <p style="color: grey"> Python recipe 576620 by <a href="/recipes/users/4166953/">Christophe Simonis</a> (<a href="/recipes/tags/change/">change</a>, <a href="/recipes/tags/chdir/">chdir</a>, <a href="/recipes/tags/context_manager/">context_manager</a>, <a href="/recipes/tags/directory/">directory</a>). Revision 2. </p> <p>A context manager that handle a temporary change of the working directory</p>