diff options
author | Brett Cannon <brett@python.org> | 2012-04-26 00:18:24 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-04-26 00:18:24 (GMT) |
commit | 5a5d6a10333af38c753b82f8d1bef14906c12b61 (patch) | |
tree | 9bc3c6d28e29f08646775fec90e8b5000a633f02 /Misc | |
parent | 8923a4d4c514a621b7f99ee0f3ebdde319aee0e9 (diff) | |
parent | 718fbf078cef405318dc712a2c32fbc12e87de02 (diff) | |
download | cpython-5a5d6a10333af38c753b82f8d1bef14906c12b61.zip cpython-5a5d6a10333af38c753b82f8d1bef14906c12b61.tar.gz cpython-5a5d6a10333af38c753b82f8d1bef14906c12b61.tar.bz2 |
Merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -71,6 +71,9 @@ Core and Builtins Library ------- +- Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a + test class that doesn't inherit from TestCase (i.e. a mixin). + - Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. Patch by Richard Oudkerk (sbt). @@ -186,6 +189,9 @@ Tests Tools / Demos ------------- +- Issue #3561: The Windows installer now has an option, off by default, for + placing the Python installation into the system "Path" environment variable. + - Issue #13165: stringbench is now available in the Tools/stringbench folder. It used to live in its own SVN project. |