[pyparted] Two Python3-incompatible issues

Vratislav Podzimek vpodzime at redhat.com
Fri Feb 20 14:06:55 UTC 2015


With these changes and python3-pyparted installed, blivet tests using pyparted
work with Python 3. Whoohooo!

Vratislav Podzimek (2):
  Replace filter() call with list comprehension
  Don't blindly expect that everything is hashable

 src/parted/alignment.py  |  9 ++++++---
 src/parted/cachedlist.py |  3 +++
 src/parted/device.py     |  9 ++++++---
 src/parted/disk.py       | 11 +++++++----
 src/parted/filesystem.py |  9 ++++++---
 src/parted/geometry.py   |  9 ++++++---
 src/parted/partition.py  |  9 ++++++---
 7 files changed, 40 insertions(+), 19 deletions(-)

-- 
2.1.0



More information about the anaconda-patches mailing list