STINNER Victor added the comment:

> I don't quite understand what's happening on this issue.  I see that master, 
> 3.6, 3.6, and 2.7 have been upgraded to expat 2.2.0.  This issue was created 
> to upgrade CPython to 2.2.0.  But the PR against 3.3 and 3.4 upgrade expat to 
> 2.2.1?!
>
> I'm not against this change in principle, I'm just trying to understand why 
> a) it doesn't match the issue, b) why 3.3 and 3.4 are special, c) why we 
> don't upgrade master & 3.6 & 3.5 & 2.7 to expat 2.2.1.

I upgraded libexpat to 2.2.0 in this issue, and then to libexpat 2.2.1 in 
bpo-30694.

For 3.3 and 3.4 pull requests, I chose to use this bpo number.

3.3: https://github.com/python/cpython/pull/2204
3.4: https://github.com/python/cpython/pull/2203

So these pull requests upgrade directly to 2.2.1.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29591>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to