[issue815646] thread unsafe file objects cause crash

2010-10-14 Thread Paul Bolle
Paul Bolle pebo...@tiscali.nl added the comment: 0) I ran into some (small) problems with the documentation added by revision 62195. It seems more efficient to reuse this issue to report these. Feel free to ask me to open another issue if that's not appreciated. 1) A small patch

[issue10111] Minor problems with PyFileObject documentation (Doc/c-api/file.rst)

2010-10-15 Thread Paul Bolle
New submission from Paul Bolle pebo...@tiscali.nl: 0) I ran into some (small) problems with the documentation added by revision 62195 (see issue 815646 for background). 1) A small patch that addresses two problems with the Python 2.7 documentation should be attached: - link three occurrences

[issue815646] thread unsafe file objects cause crash

2010-10-15 Thread Paul Bolle
Paul Bolle pebo...@tiscali.nl added the comment: please open a new issue and attach your patch(s) there Issue 10111 now tracks the documentation problems. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue815646

[issue8340] bytearray undocumented on trunk

2010-10-15 Thread Paul Bolle
Changes by Paul Bolle pebo...@tiscali.nl: -- nosy: +pebolle ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8340 ___ ___ Python-bugs-list mailing

[issue10124] obvious typo in cporting HOWTO

2010-10-16 Thread Paul Bolle
New submission from Paul Bolle pebo...@tiscali.nl: 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