Add note about reproducibility for DXF

master
Jan Petykiewicz 1 year ago committed by jan
parent 61b381cfaa
commit c31d7dfa2c

@ -3,6 +3,8 @@ DXF file format readers and writers
Notes:
* Gzip modification time is set to 0 (start of current epoch, usually 1970-01-01)
* ezdxf sets creation time, write time, $VERSIONGUID, and $FINGERPRINTGUID
to unique values, so byte-for-byte reproducibility is not achievable for now
"""
from typing import List, Any, Dict, Tuple, Callable, Union, Iterable, Mapping, TextIO
import re

Loading…
Cancel
Save