#1240: dApp.str2Unicode handling of non-basestring objects
---------------------+------------------------------------------------------
 Reporter:  balpha   |       Owner:  somebody
     Type:  defect   |      Status:  new     
 Priority:  major    |   Milestone:  0.9.2   
Component:  app      |     Version:          
 Keywords:  unicode  |  
---------------------+------------------------------------------------------
 (Read the dashes as underscores) If the passed strVal is not a basestring
 instance, dApp.str2Unicode will call the object's --str-- method to
 convert it. It should first try the --unicode-- method and only fall back
 on --str-- if it fails. In my particular use case strVal is an exception
 (BusinessRuleViolation).

-- 
Ticket URL: <http://trac.dabodev.com/ticket/1240>
Dabo Trac <http://trac.dabodev.com>
Trac Page for Dabo
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to