on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
o Version 1.4.11 <28 November 2004>
- Fixed bugs in the StreamReader classes of all codecs that
ignored the optional "errors" argument specified when
instantiated. (Thanks to OHNUKI Makoto)
Patch provided by iyoda at atikoro dot org in PR pkg/23715.
Changes in 1.4.10:
- Fixed soundness bugs in Shift_JIS and MS932 decoders that
invalid characters are quietly mapped into invalid Unicode
characters. (Thanks to Hye-Shik Chang)
- Fixed a buffer overflow in the encoder of japanese.c.euc-jp
caused by a string that contains a lot of supplement Kanji
characters. (Thanks to Atsuo ISHIMOTO)
- added an alias "eucjp" for "japanese.euc-jp".
Inspired by FreeBSD "ports".
Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.
Discussed with/ok'ed by drochner@.