mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
note version added and deprecated for bytes_value/value on DNSName (#3833)
This commit is contained in:
parent
cdaf3ff72f
commit
908bbd3a9f
1 changed files with 4 additions and 0 deletions
|
|
@ -1244,10 +1244,14 @@ General Name Classes
|
|||
|
||||
.. attribute:: bytes_value
|
||||
|
||||
.. versionadded:: 2.1
|
||||
|
||||
:type: bytes
|
||||
|
||||
.. attribute:: value
|
||||
|
||||
.. deprecated:: 2.1
|
||||
|
||||
Deprecated accessor for the idna-decoded value of :attr:`bytes_value`
|
||||
|
||||
:type: :term:`text`
|
||||
|
|
|
|||
Loading…
Reference in a new issue