This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sdaoden
Recipients docs@python, sdaoden
Date 2011-02-23.20:34:50
SpamBayes Score 7.5936164e-08
Marked as misclassified No
Message-id <1298493292.2.0.2203680343.issue11300@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 11277 was closed upon the generally accepted conclusion that the failure is that mmap(2) on Mac OS X has a long time known bug (see msg129107, or directly http://lists.apple.com/archives/darwin-development/2003/Jun/msg00141.html).

Issue 11277 fixed the problem in the test suite, but it does give end-users no hint that such a problem exists (on the documentation side).  And it's my believe that a beginner or even a non-low-level programmer may be lost in an equal situation.  (Though one could argue that such a HE should not use mmap(2), but everyone has a first-time somewhen, say.)

In addition, there are many people who don't have the chance to work/test on multiple operating systems and/or hardware, and who need the hand of people who are experienced and can give hints on stupidiness or however this word is correctly spelled.  (Am i preaching already?)

Because Python is expected to be a user-friendly language i do request a documentation patch which gives a hint.  I'll apply a patch, but i'm somewhat new to Python and rST etc., so it surely needs a hand.  (Maybe even its speech is too aggressive??)
History
Date User Action Args
2011-02-23 20:34:52sdaodensetrecipients: + sdaoden, docs@python
2011-02-23 20:34:52sdaodensetmessageid: <1298493292.2.0.2203680343.issue11300@psf.upfronthosting.co.za>
2011-02-23 20:34:51sdaodenlinkissue11300 messages
2011-02-23 20:34:50sdaodencreate