Merged revisions 83072 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83072 | brett.cannon | 2010-07-23 12:31:31 +0100 (Fri, 23 Jul 2010) | 5 lines

  Document the fact that the 'test' package is meant only for use by Python
  itself and not by others.

  Closes issue 9255.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 45bc118..3f4a921 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,8 @@
 Documentation
 -------------
 
+- Issue 9255: Document that the 'test' package is for internal Python use only.
+
 - Issue 7829: Document in dis that bytecode is an implementation detail.