]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add mention of fix of bug #780461 for Lib/platform.py .
authorBrett Cannon <bcannon@gmail.com>
Tue, 14 Oct 2003 22:44:51 +0000 (22:44 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 14 Oct 2003 22:44:51 +0000 (22:44 +0000)
Misc/NEWS

index 7cdaa2d0900a29465b799d0a04584da36edeb881..d4b5965989ce8e3938ee397419f35dc97d6a643c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,8 @@ Extension modules
 Library
 -------
 
+- Bug #780461: platform.mac_ver() raised MacOSError exception under OS X.
+
 - Bug #812202:  random.randrange() returned only even numbers
   for range lengths above 2**53.