Skip to content

Open pickle files in binary mode for python3

username-removed-735760 requested to merge Sthaa/ase:master into master

In python3, pickle expects to write and read to and from files in binary mode, accessed by the `b' option to the ``open'' function. This commit ensures that all files used for pickling have this option set.

Merge request reports