Commit f341acd5 authored by Georg Brandl's avatar Georg Brandl

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

parent 2dd0104d
......@@ -1154,8 +1154,6 @@ combined using bitwise-OR.
+===========================+==============================================+
| :const:`READONLY` | Never writable. |
+---------------------------+----------------------------------------------+
| :const:`RO` | Shorthand for :const:`READONLY`. |
+---------------------------+----------------------------------------------+
| :const:`READ_RESTRICTED` | Not readable in restricted mode. |
+---------------------------+----------------------------------------------+
| :const:`WRITE_RESTRICTED` | Not writable in restricted mode. |
......@@ -1165,7 +1163,6 @@ combined using bitwise-OR.
.. index::
single: READONLY
single: RO
single: READ_RESTRICTED
single: WRITE_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