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 titty
Recipients
Date 2006-02-05.15:09:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=17929

The manpages for open(2) on FreeBSD 4.11, Ubuntu 5.10 and
OpenBSD 3.8 all mention '#include <fcntl.h>' in their
synopsis, so I guess it might be a good idea to include it.
I ran Lib/test/test_mmap.py for python trunk on FreeBSD,
OpenBSD, Ubuntu and Suse8/amd64 with success.

That one comment should now read 'maybe define MAP_ANONYMOUS
in terms of MAP_ANON'.

However, I didn't test 2.4.3...
History
Date User Action Args
2007-08-23 15:45:19adminlinkissue1407135 messages
2007-08-23 15:45:19admincreate