[ZCM] [ZC] 581/ 1 Request "ZPT: TALES: path expression can not access empty key"

Collector: Zope Bugs, Features, and Patches ... zope-coders@zope.org
Sun, 22 Sep 2002 10:49:47 -0400


Issue #581 Update (Request) "ZPT: TALES: path expression can not access empty key"
 Status Pending, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/581

==============================================================
= Request - Entry #1 by d.maurer on Sep 22, 2002 10:49 am

When "d" is a dictionary and "k" contains the empty string,
then the TALES expression "d/?k" raises an "Undefined" error
"'getPhysicalRoot' not found" rather than access "d[k]".

	<span tal:define="d python:{}; k string:;v d/?k;" />


==============================================================