From bb4771a114e85bd8ea54ad377f07df6ea604a311 Mon Sep 17 00:00:00 2001 From: Jaroslav Klech Date: Oct 12 2019 09:37:39 +0000 Subject: Describes test.support relocation within python --- diff --git a/modules/release-notes/pages/developers/Development_Python.adoc b/modules/release-notes/pages/developers/Development_Python.adoc index 9a2ac8c..eab8627 100644 --- a/modules/release-notes/pages/developers/Development_Python.adoc +++ b/modules/release-notes/pages/developers/Development_Python.adoc @@ -3,3 +3,11 @@ include::{partialsdir}/entities.adoc[] [[sect-python]] = Python + +[[test-support-relocation]] +== The test.support module was relocated + +In this release, the `test.support` module was moved from `python3-libs` to the `python3-test` subpackage. + +This change aims to discover what packages are dependent on `test.support` and what parts of this module are useful, and could be moved to the standard library. +