Some Windows users have been complaining about endless loops, and one
tracked it down to TemplatePath.relativize (which does, in fact, have
a while 1 in it). In looking at that method, I'm not entirely certain
what the point is... if you're looking for a file that is relative to
another one, can't you just normpath(join(dirname(file), path))? why
does it need to check with the paths set in the TemplatePath?

Kevin

--
Kevin Dangoor
Author of the Zesty News RSS newsreader

email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
kid-template-discuss mailing list
kid-template-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss

Reply via email to