]> granicus.if.org Git - python/commitdiff
We only support Windows NT derivatives now.
authorGeorg Brandl <georg@python.org>
Wed, 30 Dec 2009 19:03:00 +0000 (19:03 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 30 Dec 2009 19:03:00 +0000 (19:03 +0000)
Doc/library/msvcrt.rst
PC/msvcrtmodule.c

index 4537be899974de3a3f2cc7e01c6da408620a0727..4fc553f5f73899fd69ee680a9bed07c1b0892391 100644 (file)
@@ -153,6 +153,4 @@ Other Functions
 .. function:: heapmin()
 
    Force the :cfunc:`malloc` heap to clean itself up and return unused blocks to
-   the operating system.  This only works on Windows NT.  On failure, this raises
-   :exc:`IOError`.
-
+   the operating system.  On failure, this raises :exc:`IOError`.
index 24e0cd521240b7a2d6ed3fdb38d66e2fb6892123..6e804e454f7dfcf3a58a4bb22a00eba72bdd2209 100755 (executable)
@@ -47,8 +47,7 @@ PyDoc_STRVAR(heapmin_doc,
 "heapmin() -> None\n\
 \n\
 Force the malloc() heap to clean itself up and return unused blocks\n\
-to the operating system. This only works on Windows NT. On failure,\n\
-this raises IOError.");
+to the operating system. On failure, this raises IOError.");
 
 // Perform locking operations on a C runtime file descriptor.
 static PyObject *