Eliminate doc reference to Python 1.4

This commit is contained in:
Olly Betts 2016-02-04 12:43:00 +13:00
commit 4e9203acc3

View file

@ -2755,7 +2755,7 @@ old-style classes are used instead.
<p>
This dual-nature of the wrapper code means that you can create extension
modules with SWIG and those modules will work with all versions of Python
ranging from Python-1.4 to the very latest release. Moreover, the wrappers take
ranging from Python-2.0 to the very latest release. Moreover, the wrappers take
advantage of Python-2.2 features when available.
</p>