Your message dated Tue, 02 Jun 2015 12:03:46 +0200
with message-id <[email protected]>
and subject line closing bugs against ancient python2.4
has caused the Debian Bug report #424750,
regarding python2.4: List elements are not resolved on-site in for loops, 
causing lambda functions depending on their resolution to not compile
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
424750: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=424750
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python2.4
Version: 2.4.4-4
Severity: normal


When I was trying to implement a GUI using Tkinter, I wanted to wire up a 
collection of Buttons' command attribute to a lambda function where one of the 
parameters was referencing a specific element in a list. This element was not 
resolved on-the-spot, resulting in breakage of my neatly-designed loop and 
forcing me to resort to brute-force methods of wiring up the buttons. See 
./src/kitchenSinkMockup.py: 

         This is the output the python compiler spit out at me when I tried to 
run my program:

File "./kitchenSinkMockup.py", line 35, in ?
    frameManager = FrameManager( links['Info'][0] );
NameError: name 'links' is not defined


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python2.4 depends on:
ii  libbz2-1.0                    1.0.3-6    high-quality block-sorting file co
ii  libc6                         2.5-7      GNU C Library: Shared libraries
ii  libdb4.4                      4.4.20-8   Berkeley v4.4 Database Libraries [
ii  libncursesw5                  5.5-5      Shared libraries for terminal hand
ii  libreadline5                  5.2-2      GNU readline and history libraries
ii  libssl0.9.8                   0.9.8e-4   SSL shared libraries
ii  mime-support                  3.39-1     MIME files 'mime.types' & 'mailcap
ii  python2.4-minimal             2.4.4-4    A minimal subset of the Python lan

python2.4 recommends no packages.

-- no debconf information

Attachment: kitchenSinkMockup.tar.bz2
Description: BZip2 compressed data


--- End Message ---
--- Begin Message ---
python2.4 has been obsoleted in Debian long ago. I'm now closing the
remaining bugs against this ancient version, assuming they have been
fixed (or became irrelevant) in newer releases.

Feel free to provide more information and reopen the bugs if they are
still reproducible in the current versions (python2.7, python3.x).


Andreas

--- End Message ---

Reply via email to