commit | 43fd99c8f83868285422e277c7b4d7265102d41a | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Sep 16 17:36:37 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Sep 16 17:36:37 2006 +0000 |
tree | 859932d9c465a71e169e4356bbd485ab3d0f0e61 | |
parent | 13782a3359f9b308dd03562ccc6d051470e929bc [diff] [blame] |
Patch #1557515: Add RLIMIT_SBSIZE.
diff --git a/Misc/NEWS b/Misc/NEWS index 285e8a4..07d1102 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -62,6 +62,8 @@ Extension Modules ----------------- +- RLIMIT_SBSIZE was added to the resource module where available. + - Bug #1551427: fix a wrong NULL pointer check in the win32 version of os.urandom().