mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #5635: Fix running test_sys with tracing enabled.
This commit is contained in:
parent
d60c29ed8b
commit
d8fb6ac9da
2 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
+++++++++++ Python News
|
||||
+++++++++++
|
||||
Python News
|
||||
+++++++++++
|
||||
|
||||
(editors: check NEWS.help for information about editing NEWS using ReST.)
|
||||
|
|
@ -715,6 +716,8 @@ Extension Modules
|
|||
Tests
|
||||
-----
|
||||
|
||||
- Issue #5635: Fix running test_sys with tracing enabled.
|
||||
|
||||
- regrtest no longer treats ImportError as equivalent to SkipTest. Imports
|
||||
that should cause a test to be skipped are now done using import_module
|
||||
from test support, which does the conversion.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue