diff options
author | Georg Brandl <georg@python.org> | 2009-12-30 19:03:00 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-12-30 19:03:00 (GMT) |
commit | b7953f00b186baee159a2d5dfe1e80ca0ef00a29 (patch) | |
tree | 7f4e7ffcd1d485cafae72655f70a2344ddf0a88b /PC | |
parent | e5ee7e38e877b2c7f25d9695fdd68fbc93954832 (diff) | |
download | cpython-b7953f00b186baee159a2d5dfe1e80ca0ef00a29.zip cpython-b7953f00b186baee159a2d5dfe1e80ca0ef00a29.tar.gz cpython-b7953f00b186baee159a2d5dfe1e80ca0ef00a29.tar.bz2 |
We only support Windows NT derivatives now.
Diffstat (limited to 'PC')
-rwxr-xr-x | PC/msvcrtmodule.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/PC/msvcrtmodule.c b/PC/msvcrtmodule.c index 24e0cd5..6e804e4 100755 --- a/PC/msvcrtmodule.c +++ b/PC/msvcrtmodule.c @@ -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 * |