From: Brett Cannon Date: Tue, 14 Oct 2003 22:44:51 +0000 (+0000) Subject: Add mention of fix of bug #780461 for Lib/platform.py . X-Git-Tag: v2.3.3c1~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0523dcfd42e62a3ced54bc120bf0092312a3190e;p=thirdparty%2FPython%2Fcpython.git Add mention of fix of bug #780461 for Lib/platform.py . --- diff --git a/Misc/NEWS b/Misc/NEWS index 7cdaa2d0900a..d4b5965989ce 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.