]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
added news entry for previous checkin
authorGeorg Brandl <georg@python.org>
Mon, 18 Jul 2005 08:53:40 +0000 (08:53 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 18 Jul 2005 08:53:40 +0000 (08:53 +0000)
Misc/NEWS

index fff4715a059334881f8e837462ceff8d9f768d23..002b49eea6a397fa9df3a0c82c149e45bc01b4ed 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -86,6 +86,8 @@ Library
 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.