[Python-Dev] PyString_FromFormat
Kristján V. Jónsson
kristjan at ccpgames.com
Mon Jun 19 13:59:41 CEST 2006
More information about the Python-Dev mailing list
Mon Jun 19 13:59:41 CEST 2006
- Previous message: [Python-Dev] unicode imports
- Next message: [Python-Dev] PyString_FromFormat
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
One thing I have often lamented having in PyString_FromFormat (and cousins, like PyErr_Format) is to be able to integrate PyObject pointers. Adding something like %S and %R (for str() and repr() respectively) seems very useful to me. Is there any reason why this isn´t there? Cheers, Kristján -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-dev/attachments/20060619/07a376b3/attachment.htm
- Previous message: [Python-Dev] unicode imports
- Next message: [Python-Dev] PyString_FromFormat
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list