summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/README.txt
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2013-01-16 14:16:10 (GMT)
committerStefan Krah <skrah@bytereef.org>2013-01-16 14:16:10 (GMT)
commit752bfb71d8cdcdd355e8efcaf7c3eba434573f05 (patch)
tree321c390909d0f7d6ef38e297ceed4dce56f535da /Modules/_decimal/README.txt
parentce55f089fbb025f5dbf1c9f461f0f9ab580fdd53 (diff)
downloadcpython-752bfb71d8cdcdd355e8efcaf7c3eba434573f05.zip
cpython-752bfb71d8cdcdd355e8efcaf7c3eba434573f05.tar.gz
cpython-752bfb71d8cdcdd355e8efcaf7c3eba434573f05.tar.bz2
Remove trailing whitespace.
Diffstat (limited to 'Modules/_decimal/README.txt')
-rw-r--r--Modules/_decimal/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_decimal/README.txt b/Modules/_decimal/README.txt
index 3b17cff..7eae0f8 100644
--- a/Modules/_decimal/README.txt
+++ b/Modules/_decimal/README.txt
@@ -37,7 +37,7 @@ It is possible to override autodetection by exporting:
NOTE
====
-
+
decimal.so is not built from a static libmpdec.a since doing so led to
failures on AIX (user report) and Windows (mixing static and dynamic CRTs
causes locale problems and more).