Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-devel: The libraries and header files needed for Python development.
Name: | python-devel |
Vendor: | Scientific Linux |
Version: | 2.2.3 |
License: | PSF - see LICENSE |
Release: | 6.5 |
URL: | http://www.python.org/ |
- Summary
- The Python programming language's interpreter can be extended with
dynamically loaded extensions and can be embedded in other programs.
This package contains the header files and libraries needed to do
these types of tasks.
Install python-devel if you want to develop Python extensions. The
python package will also need to be installed. You'll probably also
want to install the python-docs package, which contains Python
documentation.
Changelog
- * Tue Sep 26 19:00:00 2006 Mihai Ibanescu <misa{%}redhat{*}com> - 2.2.3-6.5
- Fixed bug #208162 / CVE-2006-4980: repr unicode buffer overflow
- * Wed Aug 16 19:00:00 2006 Mihai Ibanescu <misa{%}redhat{*}com> 2.2.3-6.4
- Fixed bugs #160418, #202713 (bug introduced when fixing #146645)
- * Mon May 1 19:00:00 2006 Mihai Ibanescu <misa{%}redhat{*}com> 2.2.3-6.3
- Fixed bug #185352 (get_python_lib on RHEL3 64-bit always returns
plat-specific path) - thanks to Joshua Jensen and Dag Wieers for their
feedback.