2002-05-11 17:35:13 -04:00
|
|
|
As required by item 3 of the PSF license, here is a brief summary
|
|
|
|
of changes made to this version of Python for the OpenBSD package.
|
|
|
|
|
|
|
|
1. tempfile.py was patched to not try /usr/tmp as a possible
|
|
|
|
tempfile directory.
|
|
|
|
|
2003-12-13 11:03:48 -05:00
|
|
|
2. libpython is created as a shared library, and the pthread stack
|
2002-05-11 17:35:13 -04:00
|
|
|
size was doubled to support this with complex applications such
|
|
|
|
as Zope.
|
|
|
|
|
2003-12-13 11:03:48 -05:00
|
|
|
3. OpenBSD threads are used for threading support.
|
2002-05-11 17:35:13 -04:00
|
|
|
|
2003-12-13 11:03:48 -05:00
|
|
|
4. The interpreter is called "python2.1" in order to support multiple
|
|
|
|
versions of Python coexisting on the same system. If no "python"
|
|
|
|
binary exists, a symlink to "python2.1" is created when package
|
|
|
|
is installed.
|
|
|
|
Same process applies to IDLE binary (idle) and pydoc.
|
2002-05-11 17:35:13 -04:00
|
|
|
|
2003-12-30 12:05:30 -05:00
|
|
|
5. Regression tests have been taught about OpenBSD.
|
|
|
|
|
2002-05-11 17:35:13 -04:00
|
|
|
These changes are available in the OpenBSD CVS repository
|
|
|
|
<http://www.openbsd.org/anoncvs.html> in ports/lang/python.
|
|
|
|
|
2004-12-30 18:45:07 -05:00
|
|
|
$OpenBSD: CHANGES.OpenBSD,v 1.4 2004/12/30 23:45:08 alek Exp $
|