summaryrefslogtreecommitdiffstats
path: root/Doc/extending
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-04 00:28:14 (GMT)
committerGeorg Brandl <georg@python.org>2009-01-04 00:28:14 (GMT)
commit277a150146585408d12aca6ae766f4797b0abff4 (patch)
tree34d638f7622d24882263564aa8bf9524e5e7a2b8 /Doc/extending
parentff96b2ae14b1efdfc01e202a03e5d464fdedfc87 (diff)
downloadcpython-277a150146585408d12aca6ae766f4797b0abff4.zip
cpython-277a150146585408d12aca6ae766f4797b0abff4.tar.gz
cpython-277a150146585408d12aca6ae766f4797b0abff4.tar.bz2
Remove 2.6 versionchanges, turn 2.7 ones into 3.1.
Diffstat (limited to 'Doc/extending')
-rw-r--r--Doc/extending/windows.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/extending/windows.rst b/Doc/extending/windows.rst
index aac1d2d..29e9e1e 100644
--- a/Doc/extending/windows.rst
+++ b/Doc/extending/windows.rst
@@ -107,10 +107,6 @@ described here are distributed with the Python sources in the
to avoid confusion with a system library :file:`spam.dll` to which your module
could be a Python interface.
- .. versionchanged:: 2.5
- Previously, file names like :file:`spam.dll` (in release mode) or
- :file:`spam_d.dll` (in debug mode) were also recognized.
-
Now your options are:
#. Copy :file:`example.sln` and :file:`example.vcproj`, rename them to