summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2021-07-24 13:33:03 (GMT)
committerGitHub <noreply@github.com>2021-07-24 13:33:03 (GMT)
commit3eae8f20d7b6f88d3618b0afc94893165a914022 (patch)
treee098fef6bc72a2a48762bf8a8c1670956e845024 /Misc
parentc8362314cce53a5b59da7523fbdfa00f122aa319 (diff)
downloadcpython-3eae8f20d7b6f88d3618b0afc94893165a914022.zip
cpython-3eae8f20d7b6f88d3618b0afc94893165a914022.tar.gz
cpython-3eae8f20d7b6f88d3618b0afc94893165a914022.tar.bz2
Revert "bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)" (GH-27331)
This reverts commit 8072a1181dd64135f700b44372fbf7bf91e68072.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-07-23-01-52-13.bpo-44717.-vVmAh.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-07-23-01-52-13.bpo-44717.-vVmAh.rst b/Misc/NEWS.d/next/Core and Builtins/2021-07-23-01-52-13.bpo-44717.-vVmAh.rst
deleted file mode 100644
index 7a4d77f..0000000
--- a/Misc/NEWS.d/next/Core and Builtins/2021-07-23-01-52-13.bpo-44717.-vVmAh.rst
+++ /dev/null
@@ -1 +0,0 @@
-Improve AttributeError on circular imports of submodules.