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 asvetlov
Recipients akuchling, asvetlov, docs@python, rhettinger, srittau, yselivanov
Date 2019-10-22.18:11:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571767902.21.0.619475413314.issue38460@roundup.psfhosted.org>
In-reply-to
Content
> code that incorrectly imported directly from the submodules will break

That's true. Please note: incorrect code will break. The correct code keeps working.

I'm personally not sure if we need to reflect *private* API change in Release Notes.

Another question is: should Release Notes reflect all API updates? We strictly control `versionadded` and `versionchanged` usage in asyncio docs but don't do it for whatsnew files.
History
Date User Action Args
2019-10-22 18:11:42asvetlovsetrecipients: + asvetlov, akuchling, rhettinger, srittau, docs@python, yselivanov
2019-10-22 18:11:42asvetlovsetmessageid: <1571767902.21.0.619475413314.issue38460@roundup.psfhosted.org>
2019-10-22 18:11:42asvetlovlinkissue38460 messages
2019-10-22 18:11:42asvetlovcreate