Issue 10124: obvious typo in cporting HOWTO (original) (raw)

Issue10124

Created on 2010-10-16 15:48 by pebolle, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-2.7-Doc-pystring.patch pebolle,2010-10-16 15:48 fix obvious typo in cporting HOWTO
Messages (2)
msg118875 - (view) Author: Paul Bolle (pebolle) Date: 2010-10-16 15:48
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 the author wanted to tell. 1) I'll attach a patch to change this into what I suppose the author had in mind. (If I knew for sure I wouldn't have read that HOWTO in the first place.)
msg118881 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-10-16 18:53
I don't think this is what was intended; rather str and unicode. Fixed in r85573.
History
Date User Action Args
2022-04-11 14:57:07 admin set github: 54333
2010-10-16 18:53:40 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + resolution: fixed
2010-10-16 15:48:46 pebolle create