]> granicus.if.org Git - python/commitdiff
#5360: remove RO which has been kicked from 3k.
authorGeorg Brandl <georg@python.org>
Fri, 27 Feb 2009 17:03:38 +0000 (17:03 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 27 Feb 2009 17:03:38 +0000 (17:03 +0000)
Doc/extending/newtypes.rst

index a0a797a5050efb639d04a106eebe08e42097a4e6..5264a8751d245406b15b45050cf65c5bd52fdab0 100644 (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