diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-11-05 21:25:42 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-11-05 21:25:42 (GMT) |
commit | 10f9c075b975414d5e3a3e333d53626f7c815142 (patch) | |
tree | 3cdea02c08244523fe430a59d3f04683ef8ec8a8 /Modules/mmapmodule.c | |
parent | 6a3e5f14a6038cc524c325dc33e2cb37510e6e4c (diff) | |
download | cpython-10f9c075b975414d5e3a3e333d53626f7c815142.zip cpython-10f9c075b975414d5e3a3e333d53626f7c815142.tar.gz cpython-10f9c075b975414d5e3a3e333d53626f7c815142.tar.bz2 |
Remove obsolete e-mail address
Diffstat (limited to 'Modules/mmapmodule.c')
-rw-r--r-- | Modules/mmapmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/mmapmodule.c b/Modules/mmapmodule.c index d5bc89f..8d57e90 100644 --- a/Modules/mmapmodule.c +++ b/Modules/mmapmodule.c @@ -1,6 +1,6 @@ /* / Author: Sam Rushing <rushing@nightmare.com> - / Hacked for Unix by A.M. Kuchling <amk1@bigfoot.com> + / Hacked for Unix by AMK / $Id$ / mmapmodule.cpp -- map a view of a file into memory |