Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accept buffered IO stream objects as fd in hdrFromFdno
fd arg to hdrFromFdno might be a buffered IO stream object like the one returned by open(). As rpm.transaction.hdrFromFdno accepts the buffered IO object as fd, the method here should accept the object as well.
- Loading branch information