blob: 2945c98817fb250e47880ae7abf10e8054edbae2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEPRECATION
-----------
.. versionadded:: 3.17
Deprecation message from imported target's developer.
``DEPRECATION`` is the message regarding a deprecation status to be displayed
to downstream users of a target.
The message is formatted as follows:
* Lines that do not start in whitespace are wrapped as paragraph text.
* Lines that start in whitespace are preserved as preformatted text.
|