Ezio Melotti added the comment:
In 2.6 b"" is valid syntax.
If you are using 2.6 modules on Python 2.4 you will probably see several more
errors.
--
nosy: +ezio.melotti
resolution: -> invalid
stage: -> committed/rejected
status: open -> closed
type: crash -> behavior
___
New submission from Stan Klein :
I got the following traceback on an "import os" statement:
Traceback (most recent call last):
File "setup.py", line 53, in ?
import traceback
File "/usr/lib/python2.6/traceback.py", line 3, in ?
import linecache
File "/usr/lib/python2.6/linecache.p