Remove 2.6 versionchanges, turn 2.7 ones into 3.1.

This commit is contained in:
Georg Brandl 2009-01-04 00:28:14 +00:00
parent ff96b2ae14
commit 277a150146
9 changed files with 3 additions and 26 deletions

View file

@ -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