summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-10-31 23:16:35 (GMT)
committerNed Deily <nad@acm.org>2011-10-31 23:16:35 (GMT)
commit316f573d9c96d9c15bea658a9e27aae6ebdf72e5 (patch)
treee1f1233281bf446708dd95d160eb1df267883465 /Misc
parentce260142c6c6eaf32775c4aec283c3a4c921b75c (diff)
downloadcpython-316f573d9c96d9c15bea658a9e27aae6ebdf72e5.zip
cpython-316f573d9c96d9c15bea658a9e27aae6ebdf72e5.tar.gz
cpython-316f573d9c96d9c15bea658a9e27aae6ebdf72e5.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/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index b32de2e..5536ac6 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -601,6 +601,7 @@ Lucas Prado Melo
Ezio Melotti
Brian Merrell
Luke Mewburn
+Carl Meyer
Mike Meyer
Steven Miale
Trent Mick
diff --git a/Misc/NEWS b/Misc/NEWS
index 6173196..63a3790 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -187,6 +187,9 @@ Library
Tests
-----
+- Issue #13304: Skip test case if user site-packages disabled (-s or
+ PYTHONNOUSERSITE). (Patch by Carl Meyer)
+
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
- Issue #12821: Fix test_fcntl failures on OpenBSD 5.