[Python-checkins] cpython: Whitespace normalization

martin.v.loewis python-checkins at python.org
Fri Jun 22 12:50:03 CEST 2012


http://hg.python.org/cpython/rev/8f5eeee8e70b
changeset:   77566:8f5eeee8e70b
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Fri Jun 22 12:49:59 2012 +0200
summary:
  Whitespace normalization

files:
  Doc/c-api/stable.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/c-api/stable.rst b/Doc/c-api/stable.rst
--- a/Doc/c-api/stable.rst
+++ b/Doc/c-api/stable.rst
@@ -15,8 +15,8 @@
 compatibility (the ABI). The reason is primarily the evolution of
 struct definitions, where addition of a new field, or changing
 the type of a field, might not break the API, but can break the ABI.
-As a consequence, extension modules need to be recompiled for 
-every Python release (although an exception is possible on Unix 
+As a consequence, extension modules need to be recompiled for
+every Python release (although an exception is possible on Unix
 when none of the affected interfaces are used). In addition, on
 Windows, extension modules link with a specific pythonXY.dll and
 need to be recompiled to link with a newer one.

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


More information about the Python-checkins mailing list