summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-03-27 23:43:51 -0700
committerNed Deily <nad@python.org>2018-03-28 02:43:51 -0400
commita93662cf8fb98e41f2b7e7c032b680eee834d290 (patch)
treeb8475daca852b6801225914d1f00ec56d8f23804 /Misc/NEWS.d/next/Tests
parentbpo-27212: Modify islice recipe to consume initial values preceding start (GH... (diff)
downloadcpython-a93662cf8fb98e41f2b7e7c032b680eee834d290.tar.gz
cpython-a93662cf8fb98e41f2b7e7c032b680eee834d290.tar.bz2
cpython-a93662cf8fb98e41f2b7e7c032b680eee834d290.zip
bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276) (GH-6278)
(cherry picked from commit e52ac045972a4f75d7f52e4ee0d6de128259134d) Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r--Misc/NEWS.d/next/Tests/2018-03-28-01-35-02.bpo-32872.J5NDUj.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2018-03-28-01-35-02.bpo-32872.J5NDUj.rst b/Misc/NEWS.d/next/Tests/2018-03-28-01-35-02.bpo-32872.J5NDUj.rst
new file mode 100644
index 00000000000..06d656bbfd6
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2018-03-28-01-35-02.bpo-32872.J5NDUj.rst
@@ -0,0 +1 @@
+Avoid regrtest compatibility issue with namespace packages.