Added note of unittest.py changes that fixed bug 451309

This commit is contained in:
Steve Purcell 2001-09-06 16:05:17 +00:00
parent 4d17b303bb
commit 6091cd61ce
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,10 @@ Library
- In restricted execution mode (using the rexec module), unmarshalling
code objects is no longer allowed. This plugs a security hole.
- unittest.TestResult instances no longer store references to tracebacks
generated by test failures. This prevents unexpected dangling references
to objects that should be garbage collected between tests.
Tools
Build