Author nnorwitz
Recipients
Date 2005-09-22.21:54:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=33168

I can reproduce on Linux with current CVS and expat
1.95.5-2.  Note the size of the data only needs to be
greater than 1024.

xml = "<?xml version='1.0' encoding='iso8859'?><s>%s</s>" %
('a' * 1025)

I am not certain this problem is specific to Python.  It
might be down in expat only.  Need to investigate further.
History
Date User Action Args
2007-08-23 14:34:43adminlinkissue1296433 messages
2007-08-23 14:34:43admincreate