[issue10124] obvious typo in cporting HOWTO

2010-10-16 Thread Georg Brandl
Georg Brandl added the comment: I don't think this is what was intended; rather str and unicode. Fixed in r85573. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker __

[issue10124] obvious typo in cporting HOWTO

2010-10-16 Thread Paul Bolle
New submission from Paul Bolle : 0) There's an obvious typo in the cporting HOWTO: [...] It’s also important to remember that PyBytes and PyUnicode in 3.0 are not interchangeable like PyString and PyString are in 2.x. [...] That PyString and PyString are interchangeable is obviously not what t