Activity log for bug #127023

Date Who What changed Old value New value Message
2007-07-19 18:00:19 Scott Kitterman bug added bug
2007-07-19 18:02:20 Scott Kitterman bug added attachment '_usr_share_apport_apport.0.crash' (crash report)
2007-07-24 17:53:15 Martin Pitt apport: status New Confirmed
2007-07-24 17:53:15 Martin Pitt apport: statusexplanation Indeed, this is an actual bug in Python's tokenize.py.
2007-07-24 17:53:39 Martin Pitt title Apport crash: NameError: name 'N_TOKENS' is not defined tokenize.py uses N_TOKENS without prior definition
2007-08-14 11:59:34 Matthias Klose python2.5: status Confirmed Incomplete
2007-08-14 11:59:34 Matthias Klose python2.5: statusexplanation Indeed, this is an actual bug in Python's tokenize.py. no, it's not a bug; see the line before: tokenize.py: from token import * $ python2.5 Python 2.5.1 (r251:54863, Jul 17 2007, 16:02:11) [GCC 4.1.3 20070629 (prerelease) (Ubuntu 4.1.2-13ubuntu2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import tokenize >>> reassigning back to apport.
2007-09-07 04:50:14 Scott Kitterman apport: status Incomplete Confirmed
2008-02-05 15:25:11 Martin Pitt apport: status Confirmed Incomplete
2008-08-07 05:46:14 Connor Imes python2.5: status Incomplete Invalid