[Python-checkins] cpython (3.1): Tweaks to sys.flags description table. (original) (raw)

eric.araujo python-checkins at python.org
Sat Mar 26 02:04:08 CET 2011


http://hg.python.org/cpython/rev/0d2ef718ae67 changeset: 68947:0d2ef718ae67 branch: 3.1 user: Éric Araujo <merwok at netwok.org> date: Sat Mar 26 00:47:04 2011 +0100 summary: Tweaks to sys.flags description table. The options listed in the table are now links to their documentation, and the table uses compact markup to make it easier to read and edit. First proposed in #10998.

files: Doc/library/sys.rst | 40 ++++++++++++-------------------- 1 files changed, 15 insertions(+), 25 deletions(-)

diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -206,31 +206,21 @@ The struct sequence flags exposes the status of command line flags. The attributes are read only.

.. data:: float_info

-- Repository URL: http://hg.python.org/cpython



More information about the Python-checkins mailing list