[Python-checkins] r73287 - in python/branches/py3k: Doc/library/contextlib.rst Doc/library/pickletools.rst Doc/library/platform.rst
georg.brandl
python-checkins at python.org
Mon Jun 8 10:00:23 CEST 2009
Author: georg.brandl
Date: Mon Jun 8 10:00:22 2009
New Revision: 73287
Log:
Recorded merge of revisions 73286 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73286 | georg.brandl | 2009年06月08日 09:57:35 +0200 (Mo, 08 Jun 2009) | 1 line
Remove period from end of headings.
........
Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/Doc/library/contextlib.rst
python/branches/py3k/Doc/library/pickletools.rst
python/branches/py3k/Doc/library/platform.rst
Modified: python/branches/py3k/Doc/library/contextlib.rst
==============================================================================
--- python/branches/py3k/Doc/library/contextlib.rst (original)
+++ python/branches/py3k/Doc/library/contextlib.rst Mon Jun 8 10:00:22 2009
@@ -1,5 +1,5 @@
-:mod:`contextlib` --- Utilities for :keyword:`with`\ -statement contexts.
-=========================================================================
+:mod:`contextlib` --- Utilities for :keyword:`with`\ -statement contexts
+========================================================================
.. module:: contextlib
:synopsis: Utilities for with-statement contexts.
Modified: python/branches/py3k/Doc/library/pickletools.rst
==============================================================================
--- python/branches/py3k/Doc/library/pickletools.rst (original)
+++ python/branches/py3k/Doc/library/pickletools.rst Mon Jun 8 10:00:22 2009
@@ -1,6 +1,5 @@
-
-:mod:`pickletools` --- Tools for pickle developers.
-===================================================
+:mod:`pickletools` --- Tools for pickle developers
+==================================================
.. module:: pickletools
:synopsis: Contains extensive comments about the pickle protocols and pickle-machine opcodes, as well as some useful functions.
Modified: python/branches/py3k/Doc/library/platform.rst
==============================================================================
--- python/branches/py3k/Doc/library/platform.rst (original)
+++ python/branches/py3k/Doc/library/platform.rst Mon Jun 8 10:00:22 2009
@@ -1,6 +1,5 @@
-
-:mod:`platform` --- Access to underlying platform's identifying data.
-======================================================================
+:mod:`platform` --- Access to underlying platform's identifying data
+=====================================================================
.. module:: platform
:synopsis: Retrieves as much platform identifying data as possible.
More information about the Python-checkins
mailing list