This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients ezio.melotti, ronaldoussoren
Date 2009-06-29.00:07:34
SpamBayes Score 7.682368e-09
Marked as misclassified No
Message-id <1246234057.79.0.740022101931.issue1502517@psf.upfronthosting.co.za>
In-reply-to
Content
I got this warning compiling Python3.1:
/home/wolf/Python-3.1/Modules/expat/xmlparse.c: In function ‘doProlog’:
/home/wolf/Python-3.1/Modules/expat/xmlparse.c:3771: warning: passing
argument 1 of ‘normalizePublicId’ discards qualifiers from pointer
target type

I don't know if it's in any way related to this problem, but I found
this issue while searching for 'doProlog' and 'xmlparse'.
History
Date User Action Args
2009-06-29 00:07:38ezio.melottisetrecipients: + ezio.melotti, ronaldoussoren
2009-06-29 00:07:37ezio.melottisetmessageid: <1246234057.79.0.740022101931.issue1502517@psf.upfronthosting.co.za>
2009-06-29 00:07:36ezio.melottilinkissue1502517 messages
2009-06-29 00:07:35ezio.melotticreate