This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author LambertDW
Recipients LambertDW, georg.brandl
Date 2008-11-20.02:52:01
SpamBayes Score 0.00017884705
Marked as misclassified No
Message-id <1227149523.0.0.776846266381.issue4309@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-20 02:52:03LambertDWsetrecipients: + LambertDW, georg.brandl
2008-11-20 02:52:02LambertDWsetmessageid: <1227149523.0.0.776846266381.issue4309@psf.upfronthosting.co.za>
2008-11-20 02:52:01LambertDWlinkissue4309 messages
2008-11-20 02:52:01LambertDWcreate