commit | 9ae2cb740ae692bbda5a1728b5843ae84c7e3eb5 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Fri Jul 23 12:07:27 2010 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Fri Jul 23 12:07:27 2010 +0000 |
tree | f6005cfdda4c8f4799a91094975efca47d33511c | |
parent | 8a14db802bb9362229ba226d9c4db39a87eecef9 [diff] |
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. ........