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

This commit is contained in:
Georg Brandl 2009-02-27 17:03:38 +00:00
parent 2dd0104d36
commit f341acd5b5
1 changed files with 0 additions and 3 deletions

View File

@ -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