diff options
| author | Georg Brandl <georg@python.org> | 2009-01-04 00:28:14 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-01-04 00:28:14 +0000 |
| commit | 277a150146585408d12aca6ae766f4797b0abff4 (patch) | |
| tree | 34d638f7622d24882263564aa8bf9524e5e7a2b8 /Doc/extending | |
| parent | ff96b2ae14b1efdfc01e202a03e5d464fdedfc87 (diff) | |
| download | cpython-git-277a150146585408d12aca6ae766f4797b0abff4.tar.gz | |
Remove 2.6 versionchanges, turn 2.7 ones into 3.1.
Diffstat (limited to 'Doc/extending')
| -rw-r--r-- | Doc/extending/windows.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/extending/windows.rst b/Doc/extending/windows.rst index aac1d2dc98..29e9e1ecf1 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 |
