]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Whitespace normalization
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 22 Jun 2012 10:49:59 +0000 (12:49 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 22 Jun 2012 10:49:59 +0000 (12:49 +0200)
Doc/c-api/stable.rst

index d95536cf7710d9cb9c6aa32fa1c4fba76543c392..2688c1cefb333bcbd9ec4e65671d09983182ac25 100644 (file)
@@ -15,8 +15,8 @@ Unfortunately, the API compatibility does not extend to binary
 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.