Message76088
When patching py3k/Doc/library/ctypes.rst or ctypes module tree please
consider
u"World!" produces a syntax error.
These wide character formats produce unintelligible output:
for n in range(3,6):
code = 'utf_%s'%2**n
print(code)
printf(b"Hello, %S\n", 'world'.encode(code))
http://mail.python.org/pipermail/python-3000/2008-November/015315.html
And that early in the doc this is probably meant to be a simple,
somewhat complete example. |
|
Date |
User |
Action |
Args |
2008-11-20 02:52:03 | LambertDW | set | recipients:
+ LambertDW, georg.brandl |
2008-11-20 02:52:02 | LambertDW | set | messageid: <1227149523.0.0.776846266381.issue4309@psf.upfronthosting.co.za> |
2008-11-20 02:52:01 | LambertDW | link | issue4309 messages |
2008-11-20 02:52:01 | LambertDW | create | |
|