mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Merge with 3.2.
This commit is contained in:
		
						commit
						39112a9643
					
				
					 1 changed files with 11 additions and 7 deletions
				
			
		| 
						 | 
					@ -187,19 +187,24 @@ executing :program:`rt.bat` from your :file:`PCBuild` directory will run all
 | 
				
			||||||
regression tests.
 | 
					regression tests.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:mod:`test.support` --- Utility functions for tests
 | 
					:mod:`test.support` --- Utilities for the Python test suite
 | 
				
			||||||
===================================================
 | 
					===========================================================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. module:: test.support
 | 
					.. module:: test.support
 | 
				
			||||||
   :synopsis: Support for Python regression tests.
 | 
					   :synopsis: Support for Python's regression test suite.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The :mod:`test.support` module provides support for Python's regression
 | 
					The :mod:`test.support` module provides support for Python's regression
 | 
				
			||||||
tests.
 | 
					test suite.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.. note::
 | 
				
			||||||
 | 
					   :mod:`test.support` is not a public module.  It is documented here to help
 | 
				
			||||||
 | 
					   Python developers write tests.  The API of this module is subject to change
 | 
				
			||||||
 | 
					   without backwards compatibility concerns between releases.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This module defines the following exceptions:
 | 
					This module defines the following exceptions:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
.. exception:: TestFailed
 | 
					.. exception:: TestFailed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   Exception to be raised when a test fails. This is deprecated in favor of
 | 
					   Exception to be raised when a test fails. This is deprecated in favor of
 | 
				
			||||||
| 
						 | 
					@ -213,8 +218,8 @@ This module defines the following exceptions:
 | 
				
			||||||
   network connection) is not available. Raised by the :func:`requires`
 | 
					   network connection) is not available. Raised by the :func:`requires`
 | 
				
			||||||
   function.
 | 
					   function.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The :mod:`test.support` module defines the following constants:
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The :mod:`test.support` module defines the following constants:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. data:: verbose
 | 
					.. data:: verbose
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -236,7 +241,6 @@ The :mod:`test.support` module defines the following constants:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The :mod:`test.support` module defines the following functions:
 | 
					The :mod:`test.support` module defines the following functions:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
.. function:: forget(module_name)
 | 
					.. function:: forget(module_name)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   Remove the module named *module_name* from ``sys.modules`` and delete any
 | 
					   Remove the module named *module_name* from ``sys.modules`` and delete any
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue