]> git.ipfire.org Git - thirdparty/dnspython.git/commit
svcbbase: add docpath SvcParamKey (#1262)
authorMartine Lenders <martine.lenders@tu-dresden.de>
Sun, 15 Mar 2026 22:41:50 +0000 (23:41 +0100)
committerGitHub <noreply@github.com>
Sun, 15 Mar 2026 22:41:50 +0000 (15:41 -0700)
commit08c5a9e6914b63eafb3a8b959c463a9213714ca3
treec70b25b86d85d751989f3079b253a1297781d8df
parent8d96c8d662fcd85440644033b97b19a29049f511
svcbbase: add docpath SvcParamKey (#1262)

* svcbbase: add docpath SvcParamKey

* tests: add tests for docpath

* svcbbase: remove debug print

* Allow for empty docpath to be printed without ""

* Remove now unnecessary DoCPathParam construtor
dns/rdtypes/svcbbase.py
tests/test_svcb.py