[pypy-commit] pypy default: fix whatsnew for merged branch

mattip noreply at buildbot.pypy.org
Tue Nov 24 11:54:57 EST 2015


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r80897:51561caea1d9
Date: 2015-11-24 18:53 +0200
http://bitbucket.org/pypy/pypy/changeset/51561caea1d9/

Log:	fix whatsnew for merged branch

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -15,4 +15,10 @@
 Fix the cpyext tests on OSX by linking with -flat_namespace
 
 .. branch: anntype
+
 Refactor and improve exception analysis in the annotator.
+
+.. branch: posita/2193-datetime-timedelta-integrals
+
+Fix issue #2193. ``isinstance(..., int)`` => ``isinstance(..., numbers.Integral)`` 
+to allow for alternate ``int``-like implementations (e.g., ``future.types.newint``)


More information about the pypy-commit mailing list