This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients docs@python, matrixise, mdk, xtreak
Date 2018-10-30.23:11:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540941107.72.0.788709270274.issue35109@psf.upfronthosting.co.za>
In-reply-to
Content
I have an open PR for babel https://github.com/python-babel/babel/pull/608 . The problem is merging them and cutting a new release depends on the maintainers availability. Once it's fixed we have to make sure dependencies of babel like sphinx use the latest version and also make a release if needed. I agree it has to be fixed on those projects but coordinating release across various projects depends on the maintainers availability and shouldn't end up as a blocker for CPython's development here and in future with these type of deprecation warnings. I suggested using a stable version because when ran locally make venv for doctest uses python3 as binary name and on CI it uses python built from master branch that might cause confusion. Also it's not necessarily CPython's responsibility to make sure all our external projects work well on development branch.

We can keep this as an open issue while the warnings are fixed in the projects and also use this for reference when the collections import related code has to be removed.
History
Date User Action Args
2018-10-30 23:11:47xtreaksetrecipients: + xtreak, docs@python, matrixise, mdk
2018-10-30 23:11:47xtreaksetmessageid: <1540941107.72.0.788709270274.issue35109@psf.upfronthosting.co.za>
2018-10-30 23:11:47xtreaklinkissue35109 messages
2018-10-30 23:11:47xtreakcreate