[issue1777] ElementTree/cElementTree findtext inconsistency

2009-01-10 Thread Fredrik Lundh
Fredrik Lundh added the comment: Forgot to mention that this is fixed in the cElementTree trunk (public as of today's 1.0.6 preview release). Will merge with Python trunk when I find the time... ___ Python tracker

[issue1777] ElementTree/cElementTree findtext inconsistency

2008-01-09 Thread Fredrik Lundh
Fredrik Lundh added the comment: 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 thi

[issue1777] ElementTree/cElementTree findtext inconsistency

2008-01-09 Thread Martin v. Löwis
Martin v. Löwis added the comment: Fredrik, can you take a look? -- assignee: -> effbot nosy: +effbot, loewis __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1777] ElementTree/cElementTree findtext inconsistency

2008-01-09 Thread Grant Monroe
New submission from Grant Monroe: cElementTree findtext seems to return None when it should return a string. -- components: Library (Lib) files: etree_test.py messages: 59618 nosy: gmonroe severity: normal status: open title: ElementTree/cElementTree findtext inconsistency type: behavior