summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-05-03 09:47:56 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2021-05-03 09:47:56 (GMT)
commit3d8993a744813c5144851da5347d7b4b1885f234 (patch)
tree125a621672031bee00a884703d2fef55e4f02aad /Misc/NEWS.d/next/Core and Builtins
parent10665ac37313560fe87460cf4a5c26677049bf62 (diff)
downloadcpython-3d8993a744813c5144851da5347d7b4b1885f234.zip
cpython-3d8993a744813c5144851da5347d7b4b1885f234.tar.gz
cpython-3d8993a744813c5144851da5347d7b4b1885f234.tar.bz2
Python 3.8.10v3.8.10
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-01-13-14-06-01.bpo-42924._WS1Ok.rst1
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-03-31-20-35-11.bpo-43105.PBVmHm.rst2
2 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-01-13-14-06-01.bpo-42924._WS1Ok.rst b/Misc/NEWS.d/next/Core and Builtins/2021-01-13-14-06-01.bpo-42924._WS1Ok.rst
deleted file mode 100644
index 33fbb52..0000000
--- a/Misc/NEWS.d/next/Core and Builtins/2021-01-13-14-06-01.bpo-42924._WS1Ok.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix ``bytearray`` repetition incorrectly copying data from the start of the buffer, even if the data is offset within the buffer (e.g. after reassigning a slice at the start of the ``bytearray`` to a shorter byte string).
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-03-31-20-35-11.bpo-43105.PBVmHm.rst b/Misc/NEWS.d/next/Core and Builtins/2021-03-31-20-35-11.bpo-43105.PBVmHm.rst
deleted file mode 100644
index dd4c186..0000000
--- a/Misc/NEWS.d/next/Core and Builtins/2021-03-31-20-35-11.bpo-43105.PBVmHm.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Importlib now resolves relative paths when creating module spec objects from
-file locations.