[issue20669] OpenBSD: socket.recvmsg tests fail with OSError: [Errno 40] Message too long

2015-04-14 Thread Michael Schurter
Changes by Michael Schurter : -- nosy: -schmichael ___ Python tracker <http://bugs.python.org/issue20669> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20718] OpenBSD/AIX: tests passing a file descriptor with sendmsg/recvmsg failures

2015-04-03 Thread Michael Schurter
Changes by Michael Schurter : -- nosy: -schmichael ___ Python tracker <http://bugs.python.org/issue20718> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16796] Fix argparse docs typo: "an special action" to "a special action"

2012-12-27 Thread Michael Schurter
Changes by Michael Schurter : -- assignee: -> docs@python components: +Documentation nosy: +docs@python ___ Python tracker <http://bugs.python.org/issu

[issue16796] Fix argparse docs typo: "an special action" to "a special action"

2012-12-27 Thread Michael Schurter
New submission from Michael Schurter: Title says it all; patch has the fix. No need for an ACKS entry -- files: argparse-docs-typo.patch keywords: patch messages: 178348 nosy: schmichael priority: normal severity: normal status: open title: Fix argparse docs typo: "an special actio

[issue12957] mmap.resize changes memory address of mmap'd region

2011-09-10 Thread Michael Schurter
New submission from Michael Schurter : Since mmap.resize uses MREMAP_MAYMOVE on Linux, it would be nice to warn users that pointers into their memory mapped regions will be invalid after resizes. Linux's manpage offers the following explanation: "If the mapping is relocated, the

[issue6560] socket sendmsg(), recvmsg() methods

2011-09-10 Thread Michael Schurter
Changes by Michael Schurter : -- nosy: +schmichael ___ Python tracker <http://bugs.python.org/issue6560> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8407] expose signalfd(2) and sigprocmask(2) in the signal module

2011-02-21 Thread Michael Schurter
Michael Schurter added the comment: Any hopes of getting this into Python 3.3? -- nosy: +schmichael versions: +Python 3.3 -Python 2.7 ___ Python tracker <http://bugs.python.org/issue8

[issue4537] webbrowser.UnixBrowser should use builtins.open

2008-12-04 Thread Michael Schurter
Michael Schurter <[EMAIL PROTECTED]> added the comment: I believe you forgot to "import io" in UnixBrowser (line 226). ___ Python tracker <[EMAIL PROTECTED]> <http://

[issue4537] webbrowser.UnixBrowser should use builtins.open

2008-12-04 Thread Michael Schurter
New submission from Michael Schurter <[EMAIL PROTECTED]>: On the joyous occasion of Python 3000's release my friends & I were playing with "import antigravity" and it failed for someone with the following traceback (anonymized): Traceback (most recent call last): Fi