Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

True, but it's fairly easy to write:

    def self.open
      File.open(...) { |f| yield f }
    end
Unless they need custom destructor actions, in which case presumably they'd have to implement that manually in python too.


Yup and yup.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: