Message5072

Author kellrott
Recipients boisgera, fwierzbicki, kellrott, pjenvey
Date 2009-08-26.22:57:36
SpamBayes Score 0.05657135
Marked as misclassified No
Message-id <1251327457.13.0.685852216519.issue1447@psf.upfronthosting.co.za>
In-reply-to
Content
Real world example: 
parser.SetParamEntityParsing(expat.XML_PARAM_ENTITY_PARSING_ALWAYS)
Is called in Bio.Entrez.Parser from BioPython.  It is tested in the
Tests/test_Entrez.py unit test.  ( Code at
git://github.com/kellrott/biopython.git ) 
It seems that if it is commented out in CPython then
parser.ExternalEntityRefHandler.ElementDeclHandler isn't called-back
during parsing.
History
Date User Action Args
2009-08-26 22:57:37kellrottsetmessageid: <1251327457.13.0.685852216519.issue1447@psf.upfronthosting.co.za>
2009-08-26 22:57:37kellrottsetrecipients: + kellrott, fwierzbicki, pjenvey, boisgera
2009-08-26 22:57:37kellrottlinkissue1447 messages
2009-08-26 22:57:36kellrottcreate