[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
messages: 295922
nosy: docs@python, hnhn
priority: normal
severity: normal
status: open
title: typo in PyModule_New documentation
versions: Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30656>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.python.org/issue9544>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue30216>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com