2010-02-25 06:02:39 -05:00
|
|
|
$OpenBSD: CHANGES.OpenBSD,v 1.4 2010/02/25 11:02:39 phessler Exp $
|
2007-06-26 12:50:18 -04:00
|
|
|
|
2006-11-01 15:59:18 -05: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.
|
|
|
|
|
|
|
|
2. libpython is created as a shared library, and the pthread stack
|
|
|
|
size was doubled to support this with complex applications such
|
|
|
|
as Zope.
|
|
|
|
|
|
|
|
3. OpenBSD threads are used for threading support.
|
|
|
|
|
2006-11-08 13:59:38 -05:00
|
|
|
4. The interpreter is called "python2.5" in order to support multiple
|
2007-06-26 12:50:18 -04:00
|
|
|
versions of Python coexisting on the same system. The same
|
|
|
|
applies to the idle and pydoc binaries.
|
2006-11-01 15:59:18 -05:00
|
|
|
|
|
|
|
5. Regression tests have been taught about OpenBSD.
|
|
|
|
|
2010-02-25 06:02:39 -05:00
|
|
|
6. Support for MIPS64 and MIPS64EL systems has been enabled for the
|
|
|
|
_ctypes Module.
|
|
|
|
|
2006-11-01 15:59:18 -05:00
|
|
|
These changes are available in the OpenBSD CVS repository
|
|
|
|
<http://www.openbsd.org/anoncvs.html> in ports/lang/python.
|