From 0523dcfd42e62a3ced54bc120bf0092312a3190e Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 14 Oct 2003 22:44:51 +0000 Subject: Add mention of fix of bug #780461 for Lib/platform.py . --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 7cdaa2d..d4b5965 100644 --- 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. -- cgit v0.12