Add note about reproducibility for DXF

This commit is contained in:
Jan Petykiewicz 2023-01-24 14:13:46 -08:00
parent 7cec1e84c9
commit 34a5369a55

View File

@ -3,6 +3,8 @@ DXF file format readers and writers
Notes: Notes:
* Gzip modification time is set to 0 (start of current epoch, usually 1970-01-01) * 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 from typing import List, Any, Dict, Tuple, Callable, Union, Iterable, Mapping, TextIO
import re import re