Commit 3140a03e authored by Georg Brandl's avatar Georg Brandl

#5360: remove RO which has been kicked from 3k.

parent abe6768f
...@@ -1154,8 +1154,6 @@ combined using bitwise-OR. ...@@ -1154,8 +1154,6 @@ combined using bitwise-OR.
+===========================+==============================================+ +===========================+==============================================+
| :const:`READONLY` | Never writable. | | :const:`READONLY` | Never writable. |
+---------------------------+----------------------------------------------+ +---------------------------+----------------------------------------------+
| :const:`RO` | Shorthand for :const:`READONLY`. |
+---------------------------+----------------------------------------------+
| :const:`READ_RESTRICTED` | Not readable in restricted mode. | | :const:`READ_RESTRICTED` | Not readable in restricted mode. |
+---------------------------+----------------------------------------------+ +---------------------------+----------------------------------------------+
| :const:`WRITE_RESTRICTED` | Not writable in restricted mode. | | :const:`WRITE_RESTRICTED` | Not writable in restricted mode. |
...@@ -1165,7 +1163,6 @@ combined using bitwise-OR. ...@@ -1165,7 +1163,6 @@ combined using bitwise-OR.
.. index:: .. index::
single: READONLY single: READONLY
single: RO
single: READ_RESTRICTED single: READ_RESTRICTED
single: WRITE_RESTRICTED single: WRITE_RESTRICTED
single: RESTRICTED single: RESTRICTED
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment