summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/ide_sdk.py
diff options
context:
space:
mode:
authorOmri Sarig <omri.sarig13@gmail.com>2025-01-28 12:50:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-29 13:15:31 +0000
commit08680a5b549be98110aa71093c2e87e4d04ce364 (patch)
treed98282d5d27de3aaf434bd298c7ec776892faf2f /scripts/lib/devtool/ide_sdk.py
parentaf6ebd4da64121ecadd9254bf98ee2c1e9f16ec7 (diff)
downloadpoky-08680a5b549be98110aa71093c2e87e4d04ce364.tar.gz
python3: Update stringold summary
The string package in python currently contains common string operations. This package is still in full use. However, the old summary line of the package marked it as deprecated. As this is not the case, this commit updates the summary line to better represent this Python package. The new summary line was taken from Python's documentation for the package (https://docs.python.org/3.13/library/string.html). In the past, the string library used to contain functionality that later was moved to the str object in Python. The assumption is that during this change, this library was marked as deprecated here. However, as this package contains more functionality, which is still relevant and used by python, the package itself should not be marked as deprecated. This commit changes the description of the package, but does not change the name of the package. The proper name for this package should be "string" (instead of "stringold"). However, changing the package's name will break compatibility with anyone using the string package in their project. As this is a big change, it is decided not to be done yet. The change in description, as well as this commit message, should be enough to let users understand that the string package in python is still valid, and should not be treated as deprecated. (From OE-Core rev: 7602a9013d6c61959ec293ee29285c90257b5fbb) Signed-off-by: Omri Sarig <omri.sarig13@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/ide_sdk.py')
0 files changed, 0 insertions, 0 deletions