Message1212

Author nobody
Recipients
Date 2006-08-22.22:49:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Not sure if this is a known problem or not, but while
doing a bit of testing using ElementTree, the following
line:

  escape = re.compile(u"[&<>\"\u0080-\uffff]+")

results in:

 ValueError: typecode must be in [zcbhilfd]

No error is raised in jython 2.1 or 2.2, nor in
cpython2.3. This is from:

http://svn.effbot.python-hosting.com/elementtree/elementtree/ElementTree.py

- kz

History
Date User Action Args
2008-02-20 17:17:32adminlinkissue1544953 messages
2008-02-20 17:17:32admincreate