Ticket #22154

strings that can evaluate variables inside

Open Date: 2010-06-11 05:11 Last Update: 2010-06-18 15:33

Reporter:
Owner:
Status:
Closed
Component:
(None)
MileStone:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None

Details

implement strings that can evaluate variables and simple expression inside.

eg.

>>> x = "hello"
>>> v"inserted ${x}"
inserted hello

Ticket History (2/2 Histories)

2010-06-11 05:11 Updated by: pxn11432
  • New Ticket "strings that can evaluate variables inside" created
2010-06-18 15:33 Updated by: pxn11432
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2010-06-18 15:33
  • Milestone Update from (None) to build011 (closed)
Comment

implemented

>>> x = "hello"
>>> e"inserted ${x}"
"inserted hello"

Attachment File List

No attachments

Edit

Please login to add comment to this ticket » Login