mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +00:00
Clarify what "JSON-serializable bytes" means.
This commit is contained in:
parent
64516aac41
commit
369cd98d5a
@ -112,6 +112,11 @@ class IIntroducerClient(Interface):
|
||||
service-name: bytes('storage')
|
||||
anonymous-storage-FURL: bytes(furl)
|
||||
|
||||
In order to be JSON-serializable, all byte strings are assumed to be
|
||||
ASCII-encoded, and the receiver can therefore decode them into Unicode
|
||||
strings if they wish. Representation of these fields elsewhere in Tahoe
|
||||
may differ, e.g. by being unicode strings.
|
||||
|
||||
Note that app-version will be an empty dictionary if either the
|
||||
publishing client or the Introducer are running older code.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user