#153 Use open() instead of file() for opening files
Merged by kevin. Opened by lbalhar.
lbalhar/fedora-packager file_open  into  master

Download 153.patch

open() is preferred way how to open files in Python and file() is not available in Python 3. This seems to be only one Python 3 incompatibility in fedora-packager.

rebased onto b16e31143ee3da3eec58086dda049944c5172729

bump?

FWIW the change looks good to me, though It would probably be a good idea to drop fedora-hosted.py since the service is no more.

Pull-Request has been merged by kevin

Metadata