[Python-3000] Recursive str (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Wed Apr 16 05:30:40 CEST 2008
- Previous message: [Python-3000] Recursive str
- Next message: [Python-3000] Recursive str
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Terry Reedy wrote:
import unirep print(*map(unirep.russian, objects))
That's okay if the objects are strings, but what about non-string objects that contain strings?
We'd need another protocol, such as unirep.
-- Greg
- Previous message: [Python-3000] Recursive str
- Next message: [Python-3000] Recursive str
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]