From: Martin v. Löwis Date: Thu, 15 Mar 2001 17:12:36 +0000 (+0000) Subject: Document how to access bug reports by id. X-Git-Tag: v2.0.1c1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2ec99786b32f4e233724e098b94e92658fd2f10;p=thirdparty%2FPython%2Fcpython.git Document how to access bug reports by id. --- diff --git a/Misc/NEWS b/Misc/NEWS index f72bc8078a0b..c159b8f58ba0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -7,6 +7,12 @@ Critical Patches (from MoinMoin) Fixes to bugs reported on SourceForge +Bugs with an ID below 200000 can be found at +http://sourceforge.net/bugs/?func=detailbug&bug_id=&group_id=5470 + +More recent bugs are accessed as +http://sourceforge.net/tracker/index.php?func=detail&aid=&group_id=5470&atid=105470 + - #117278, #117167: _tkinter What's New in Python 2.0?