mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
#5360: remove RO which has been kicked from 3k.
This commit is contained in:
parent
2dd0104d36
commit
f341acd5b5
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||||
|
|
||||||
.. index::
|
.. index::
|
||||||
single: READONLY
|
single: READONLY
|
||||||
single: RO
|
|
||||||
single: READ_RESTRICTED
|
single: READ_RESTRICTED
|
||||||
single: WRITE_RESTRICTED
|
single: WRITE_RESTRICTED
|
||||||
single: RESTRICTED
|
single: RESTRICTED
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue