summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-03-17 17:53:52 -0400
committerNed Deily <nad@python.org>2016-03-17 17:53:52 -0400
commit1c80b152bd7a793b40a729bddf19c10660b06202 (patch)
treefd5bdf8987e2c3711f5e533943d4a17bd84b4d09 /Misc
parentc488bc6a76b99f579039edaa52aeb26e54f96d3b (diff)
downloadcpython-git-1c80b152bd7a793b40a729bddf19c10660b06202.tar.gz
Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
files cannot be written.
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 4299e4e1db..78980fe966 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -319,6 +319,9 @@ Tests
- Issue #25616: Tests for OrderedDict are extracted from test_collections
into separate file test_ordered_dict.
+- Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
+ files cannot be written.
+
Build
-----