[Python-Dev] why is mmap a builtin module on windows? (original) (raw)
Ralf Schmitt schmir at gmail.com
Wed Jan 23 08:53:56 CET 2008
- Previous message: [Python-Dev] 2.5.2 release coming up
- Next message: [Python-Dev] why is mmap a builtin module on windows?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
I want to use the mmap module from python trunk with python 2.5. On Linux I can easily replace it, as it is a dynamically loaded module. On windows it is a builtin module and I fear that I must compile python on windows (or resort to some other ugly hack)
What is the reason for mmap being a builtin module?
Regards,
- Ralf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-dev/attachments/20080123/3bb2f00f/attachment-0001.htm
- Previous message: [Python-Dev] 2.5.2 release coming up
- Next message: [Python-Dev] why is mmap a builtin module on windows?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]