summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-07-18 08:53:17 (GMT)
committerGeorg Brandl <georg@python.org>2005-07-18 08:53:17 (GMT)
commit150db73c78daf5d8966ef5a5e700f87c28a02d80 (patch)
tree72a9c7512164141922dcb9060c85cec06b76ad2f
parent2d8cc618db60a1e06e834655d856c3e917e39a54 (diff)
downloadcpython-150db73c78daf5d8966ef5a5e700f87c28a02d80.zip
cpython-150db73c78daf5d8966ef5a5e700f87c28a02d80.tar.gz
cpython-150db73c78daf5d8966ef5a5e700f87c28a02d80.tar.bz2
added news entry for previous checkin
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 27d2763..fc7500b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -418,6 +418,8 @@ Tests
Documentation
-------------
+- Bug #755617: Document the effects of os.chown() on Windows.
+
- Patch #1180012: The documentation for modulefinder is now in the library reference.
- Patch #1213031: Document that os.chown() accepts argument values of -1.