Changes by Michael Schurter :
--
nosy: -schmichael
___
Python tracker
<http://bugs.python.org/issue20669>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Michael Schurter :
--
nosy: -schmichael
___
Python tracker
<http://bugs.python.org/issue20718>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Michael Schurter :
--
assignee: -> docs@python
components: +Documentation
nosy: +docs@python
___
Python tracker
<http://bugs.python.org/issu
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
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
Changes by Michael Schurter :
--
nosy: +schmichael
___
Python tracker
<http://bugs.python.org/issue6560>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Michael Schurter <[EMAIL PROTECTED]> added the comment:
I believe you forgot to "import io" in UnixBrowser (line 226).
___
Python tracker <[EMAIL PROTECTED]>
<http://
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