diff options
author | Ned Deily <nad@acm.org> | 2011-10-31 23:22:53 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-10-31 23:22:53 (GMT) |
commit | d61f9d171579e22c65a8fe6347a39d7a5496dc42 (patch) | |
tree | 209d5fb321e6b5c0cb2a06b83d15b07e579d1b36 /Misc | |
parent | 2738a64621685ef852b8230d7d2b806af6052496 (diff) | |
parent | 316f573d9c96d9c15bea658a9e27aae6ebdf72e5 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |