#208 Replace open() with io.open() if necessary
Closed: Invalid Opened by cqi.

This will be helpful for fedpkg to handle unicode strings consistently for compatibility of Python 2 and 3.


Metadata Update from @cqi:
- Issue marked as blocking: #180

After checking open() through the code, there is no need to make changes to those calls since no unicode strings have to be handled at this moment.

Metadata Update from @cqi:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

Metadata