Issue 2535 in sympy: Use "with open" instead of "open … close"

2011-06-30 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium New issue 2535 by asmeurer: Use "with open" instead of "open … close" http://code.google.com/p/sympy/issues/detail?id=2535 Now that we don't support Python 2.4, we can use with statement context managers. One of the best pla

Re: Issue 2535 in sympy: Use "with open" instead of "open … close"

2011-06-30 Thread sympy
Updates: Status: Duplicate Mergedinto: 2534 Comment #1 on issue 2535 by asmeurer: Use "with open" instead of "open … close" http://code.google.com/p/sympy/issues/detail?id=2535 Sorry, I accidentally submitted the form twice due to an intermittent internet connection. -- Yo