commit | 9fad1604110cd7a0bb32792aa6d6c6a63018d51e | [log] [tgz] |
---|---|---|
author | Mark Dickinson <mdickinson@enthought.com> | Mon May 07 12:03:11 2012 +0100 |
committer | Mark Dickinson <mdickinson@enthought.com> | Mon May 07 12:03:11 2012 +0100 |
tree | 6bed6f14f66a1ec3fb9fa30c70c97cdd05f9df90 | |
parent | 99e2e5552ab6a105b188273658784963bb9a915c [diff] [blame] | |
parent | cf360b92099d3ebcd31f637e45df501f393ff0b0 [diff] [blame] |
Issue #14701: Merge fix from 3.2.
diff --git a/Misc/NEWS b/Misc/NEWS index 809114c..a7350be 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -20,6 +20,8 @@ Library ------- +- Issue #14701: Fix missing support for 'raise ... from' in parser module. + - Add support for timeouts to the acquire() methods of multiprocessing's lock/semaphore/condition proxies.