[issue30656] typo in PyModule_New documentation

2017-06-13 Thread Jan Hnatek
New submission from Jan Hnatek: The doc for PyModule_New() refers to "PyImport_NewObject()", while it should refer to "PyModule_NewObject()": https://docs.python.org/3.6/c-api/module.html#c.PyModule_New -- assignee: docs@python components: Documentation message

[issue9544] xdrlib.Packer().pack_fstring throws a TypeError when called with a str()

2017-05-30 Thread Jan Hnatek
Jan Hnatek added the comment: Attached an updated patch against 3.7 fixing the remaining mentions of string. -- Added file: http://bugs.python.org/file46914/issue9544.2.patch ___ Python tracker <rep...@bugs.python.org> <http://bugs.p

[issue9544] xdrlib.Packer().pack_fstring throws a TypeError when called with a str()

2017-05-29 Thread Jan Hnatek
Changes by Jan Hnatek <jan.hna...@gmail.com>: -- nosy: +hnhn ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9544> ___ __

[issue30216] xdrlib.Unpacker.unpack_string returns bytes (docs say should be str)

2017-05-29 Thread Jan Hnatek
Jan Hnatek added the comment: There's a patch for xdrlib documentation in Issue9544. Would that solve this issue? -- nosy: +hnhn ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i