gvwilson / sdxpy

Software Design by Example: a tool-based introduction with Python
https://third-bit.com/sdxpy/
Other
280 stars 49 forks source link

Close files that are opened in same_bytes(). #307

Open rahul50502a opened 6 days ago

rahul50502a commented 6 days ago

This PR attempt to close issue #260, where files were opened but never closed. Happy to address any feedback.