commit | 7fe60c0a0ae2fe4586491867c902bb13df403285 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 03 11:22:44 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 03 11:22:44 2005 +0000 |
tree | f014cc1f0b4dfb19588dc5144ff343f11e48c352 | |
parent | df37c8c1ad51b6f8527e2cd398788e49cd686654 [diff] [blame] |
Patches #749830, #1144555: allow UNIX mmap size to default to current file size.
diff --git a/Misc/NEWS b/Misc/NEWS index ea463f9..708404d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -36,6 +36,9 @@ Extension Modules ----------------- +- Patches #749830, #1144555: allow UNIX mmap size to default to current + file size. + - Added functional.partial(). See PEP309. - Patch #1093585: raise a ValueError for negative history items in readline.