[Python-checkins] r70027 - python/branches/py3k/Doc/extending/newtypes.rst
georg.brandl
python-checkins at python.org
Fri Feb 27 18:03:38 CET 2009
Author: georg.brandl
Date: Fri Feb 27 18:03:38 2009
New Revision: 70027
Log:
#5360: remove RO which has been kicked from 3k.
Modified:
python/branches/py3k/Doc/extending/newtypes.rst
Modified: python/branches/py3k/Doc/extending/newtypes.rst
==============================================================================
--- python/branches/py3k/Doc/extending/newtypes.rst (original)
+++ python/branches/py3k/Doc/extending/newtypes.rst Fri Feb 27 18:03:38 2009
@@ -1154,8 +1154,6 @@
+===========================+==============================================+
| :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 @@
.. index::
single: READONLY
- single: RO
single: READ_RESTRICTED
single: WRITE_RESTRICTED
single: RESTRICTED
More information about the Python-checkins
mailing list