On 30 May 2018 at 01:14, Miro Hrončok <mhron...@redhat.com> wrote:

> Several packages are blocking this effort, all have open bugs at [4], if
> you'd like some upstream involvement, go ahead and look at some, I won't be
> able to fix them all alone :)
>

I scanned through the list and found one (python-mccabe) where switching to
3.7.0b5 is likely to fix it, since it looks related to the docstring AST
change that was just reverted (that late reversion is the reason we're
making a 5th beta release).

The rest seemed to relate to async becoming a keyword, "raise
StopIteration" now being converted to RuntimeError rather than being an
alias for "return" in generator implementations, and the changes to the way
deprecation warnings get handled (by default and in unittest), so those
breakages are unfortunately intentional :(

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/message/XYTLMNB2NASGQRRFKLHM5Z6QSEGRPI6H/

Reply via email to