summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-04-26 00:18:24 (GMT)
committerBrett Cannon <brett@python.org>2012-04-26 00:18:24 (GMT)
commit5a5d6a10333af38c753b82f8d1bef14906c12b61 (patch)
tree9bc3c6d28e29f08646775fec90e8b5000a633f02 /Misc
parent8923a4d4c514a621b7f99ee0f3ebdde319aee0e9 (diff)
parent718fbf078cef405318dc712a2c32fbc12e87de02 (diff)
downloadcpython-5a5d6a10333af38c753b82f8d1bef14906c12b61.zip
cpython-5a5d6a10333af38c753b82f8d1bef14906c12b61.tar.gz
cpython-5a5d6a10333af38c753b82f8d1bef14906c12b61.tar.bz2
Merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d6a44e2..f0f0807 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.