On Wed, 26 Mar 2014 11:48:44 +0100 Antoine Pitrou <[email protected]> wrote: > On Tue, 25 Mar 2014 18:43:30 -0700 > Ethan Furman <[email protected]> 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. _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
