Issued:
2011-02-21
Updated:
2011-02-21

RHBA-2011:0284 - python bug fix update


Synopsis

python bug fix update

Type/Severity

Bug Fix Advisory

Topic

Updated python packages that fix two bugs are now available for Red Hat Enterprise Linux 6.

Description

Python is an interpreted, interactive, object-oriented programming language often compared to Tcl, Perl, Scheme, or Java. Python includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems such as X11, Motif, Tk, Mac, and MFC.

This update fixes the following bugs:

  • Prior to this update, Python programs that used "ulimit -n" to enable communication with large numbers of subprocesses could still monitor only 1024 file descriptors at a time, which caused an exception:

    ValueError: filedescriptor out of range in select()

This was due to the subprocess module using the "select" system call. The module now uses the "poll" system call, removing this limitation. (BZ#668975)

  • Due to the urllib2 module ignoring the "no_proxy" environment variable for the FTP scheme, programs such as Yum could erroneously access a proxy server for ftp:// URLs covered by a "no_proxy" exclusion. With this update, a patch has been applied to address this issue, and "no_proxy" is no longer ignored. (BZ#671343)

All users of python are advised to upgrade to these updated packages, which resolve these issues.

Solution

Before applying this update, make sure that all previously-released errata relevant to your system have been applied.

This update is available via Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at This content is not included.https://access.redhat.com/kb/docs/DOC-11259

Affected Products

ProductVersionArch
Red Hat Enterprise Linux for Scientific Computing6x86_64
Red Hat Enterprise Linux for Power, big endian6ppc64
Red Hat Enterprise Linux for IBM z Systems6s390x
Red Hat Enterprise Linux Workstation6x86_64
Red Hat Enterprise Linux Workstation6i386
Red Hat Enterprise Linux Server6x86_64
Red Hat Enterprise Linux Server6i386
Red Hat Enterprise Linux Server from RHUI6x86_64
Red Hat Enterprise Linux Server from RHUI6i386
Red Hat Enterprise Linux Server - Retired Extended Life Cycle Support6x86_64
Red Hat Enterprise Linux Server - Extended Life Cycle Support6x86_64
Red Hat Enterprise Linux Server - Extended Life Cycle Support6i386
Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension6x86_64
Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension6i386
Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems)6s390x
Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems)6s390x
Red Hat Enterprise Linux Desktop6x86_64
Red Hat Enterprise Linux Desktop6i386

Updated Packages

  • python-tools-2.6.5-3.el6_0.2.ppc64.rpm
  • tkinter-2.6.5-3.el6_0.2.ppc64.rpm
  • python-debuginfo-2.6.5-3.el6_0.2.ppc64.rpm
  • python-2.6.5-3.el6_0.2.src.rpm
  • python-debuginfo-2.6.5-3.el6_0.2.s390x.rpm
  • python-test-2.6.5-3.el6_0.2.x86_64.rpm
  • python-test-2.6.5-3.el6_0.2.ppc64.rpm
  • python-libs-2.6.5-3.el6_0.2.ppc.rpm
  • python-devel-2.6.5-3.el6_0.2.i686.rpm
  • python-devel-2.6.5-3.el6_0.2.ppc64.rpm
  • python-tools-2.6.5-3.el6_0.2.i686.rpm
  • python-devel-2.6.5-3.el6_0.2.ppc.rpm
  • tkinter-2.6.5-3.el6_0.2.s390x.rpm
  • python-2.6.5-3.el6_0.2.s390x.rpm
  • python-2.6.5-3.el6_0.2.s390.rpm
  • python-tools-2.6.5-3.el6_0.2.s390x.rpm
  • python-debuginfo-2.6.5-3.el6_0.2.i686.rpm
  • tkinter-2.6.5-3.el6_0.2.i686.rpm
  • python-2.6.5-3.el6_0.2.x86_64.rpm
  • python-devel-2.6.5-3.el6_0.2.x86_64.rpm
  • python-debuginfo-2.6.5-3.el6_0.2.s390.rpm
  • python-devel-2.6.5-3.el6_0.2.s390x.rpm
  • tkinter-2.6.5-3.el6_0.2.x86_64.rpm
  • python-devel-2.6.5-3.el6_0.2.s390.rpm
  • python-libs-2.6.5-3.el6_0.2.i686.rpm
  • python-libs-2.6.5-3.el6_0.2.ppc64.rpm
  • python-2.6.5-3.el6_0.2.i686.rpm
  • python-2.6.5-3.el6_0.2.ppc.rpm
  • python-libs-2.6.5-3.el6_0.2.x86_64.rpm
  • python-debuginfo-2.6.5-3.el6_0.2.x86_64.rpm
  • python-libs-2.6.5-3.el6_0.2.s390x.rpm
  • python-libs-2.6.5-3.el6_0.2.s390.rpm
  • python-debuginfo-2.6.5-3.el6_0.2.ppc.rpm
  • python-tools-2.6.5-3.el6_0.2.x86_64.rpm
  • python-test-2.6.5-3.el6_0.2.i686.rpm
  • python-2.6.5-3.el6_0.2.ppc64.rpm
  • python-test-2.6.5-3.el6_0.2.s390x.rpm

Fixes

CVEs

(none)

References

(none)


Additional information