[Python-Dev] C code: %s vs %U
Antoine Pitrou
solipsis at pitrou.net
Wed Mar 26 12:02:39 CET 2014
More information about the Python-Dev mailing list
Wed Mar 26 12:02:39 CET 2014
- Previous message: [Python-Dev] C code: %s vs %U
- Next message: [Python-Dev] C code: %s vs %U
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 26 Mar 2014 11:48:44 +0100 Antoine Pitrou <solipsis at pitrou.net> wrote: > On Tue, 25 Mar 2014 18:43:30 -0700 > Ethan Furman <ethan at stoneleaf.us> wrote: > > %s is a string. > > > > %U is unicode? > > What is the context? Ok, I suppose it's PyUnicode_Format? :-) (I was initially thinking PyArg_ParseTuple, but it doesn't use "%") Regards Antoine.
- Previous message: [Python-Dev] C code: %s vs %U
- Next message: [Python-Dev] C code: %s vs %U
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list