]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document how to access bug reports by id.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 15 Mar 2001 17:12:36 +0000 (17:12 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 15 Mar 2001 17:12:36 +0000 (17:12 +0000)
Misc/NEWS

index f72bc8078a0b3ef04aeb6362b3a1133515187c6c..c159b8f58ba02e78760552518ebc303458aba066 100644 (file)
--- 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=<id>&group_id=5470
+
+More recent bugs are accessed as
+http://sourceforge.net/tracker/index.php?func=detail&aid=<id>&group_id=5470&atid=105470
+
 - #117278, #117167: _tkinter
 
 What's New in Python 2.0?