Skip to content
  • Denis Laxalde's avatar
    [py3] Feed extentities generator with an encoded stream · 603102864443
    Denis Laxalde authored
    We now explicitly use a file opened in bytes mode to produce the stream
    for LCSV and SKOS data import. Similarly, when using an in-memory
    object, we use a BytesIO. This does not change anything in python2, but
    this is required to keep things working on python3.
    603102864443