Skip to content
Snippets Groups Projects

Python3

Merged Tanner Prestegard requested to merge python3 into master
Compare changes
  • Side-by-side
  • Inline
Files
4
  • 92bdcb3d
    core: rework VersionedFile · 92bdcb3d
    Tanner Prestegard authored
    Previously, core.vfile.VersionedFile inherited from file,
    which is problematic for several reasons, but primarily because
    file doesn't exist in Python 3. So we rework it to just be a
    normal class with a file attribute, and add/change certain
    methods accordingly.
Loading