From: Georg Brandl Date: Fri, 27 Feb 2009 17:03:38 +0000 (+0000) Subject: #5360: remove RO which has been kicked from 3k. X-Git-Tag: v3.1a1~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f341acd5b539facaae2b833842518eff5cc28fbd;p=python #5360: remove RO which has been kicked from 3k. --- diff --git a/Doc/extending/newtypes.rst b/Doc/extending/newtypes.rst index a0a797a505..5264a8751d 100644 --- a/Doc/extending/newtypes.rst +++ b/Doc/extending/newtypes.rst @@ -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