diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-03-27 23:43:51 -0700 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-03-28 02:43:51 -0400 |
commit | a93662cf8fb98e41f2b7e7c032b680eee834d290 (patch) | |
tree | b8475daca852b6801225914d1f00ec56d8f23804 /Misc/NEWS.d/next/Tests | |
parent | bpo-27212: Modify islice recipe to consume initial values preceding start (GH... (diff) | |
download | cpython-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.rst | 1 |
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. |