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 effbot
Recipients effbot, gmonroe, loewis
Date 2008-01-09.19:35:47
SpamBayes Score 0.0020898564
Marked as misclassified No
Message-id <1199907350.31.0.155291954282.issue1777@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like the mechanisms used decide when to invoke the full
ElementPath machinery differs somewhat.  I've added this to the TODO
list for ET 1.3; in the meantime, my advice is "don't do that".

(adding a check for '.' to the PATHCHAR macro should fix this, I think.)
History
Date User Action Args
2008-01-09 19:35:50effbotsetspambayes_score: 0.00208986 -> 0.0020898564
recipients: + effbot, loewis, gmonroe
2008-01-09 19:35:50effbotsetspambayes_score: 0.00208986 -> 0.00208986
messageid: <1199907350.31.0.155291954282.issue1777@psf.upfronthosting.co.za>
2008-01-09 19:35:48effbotlinkissue1777 messages
2008-01-09 19:35:47effbotcreate