summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-10-31 23:22:53 (GMT)
committerNed Deily <nad@acm.org>2011-10-31 23:22:53 (GMT)
commitd61f9d171579e22c65a8fe6347a39d7a5496dc42 (patch)
tree209d5fb321e6b5c0cb2a06b83d15b07e579d1b36 /Misc
parent2738a64621685ef852b8230d7d2b806af6052496 (diff)
parent316f573d9c96d9c15bea658a9e27aae6ebdf72e5 (diff)
downloadcpython-d61f9d171579e22c65a8fe6347a39d7a5496dc42.zip
cpython-d61f9d171579e22c65a8fe6347a39d7a5496dc42.tar.gz
cpython-d61f9d171579e22c65a8fe6347a39d7a5496dc42.tar.bz2
Issue #13304: Skip test case if user site-packages disabled (-s or
PYTHONNOUSERSITE). (Patch by Carl Meyer)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1447ce3..94f22fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1523,6 +1523,9 @@ Extension Modules
Tests
-----
+- Issue #13304: Skip test case if user site-packages disabled (-s or
+ PYTHONNOUSERSITE). (Patch by Carl Meyer)
+
- Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch
by Xavier de Gaye.