diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-01-28-10-19-40.bpo-35843.7rXGQE.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-01-28-10-19-40.bpo-35843.7rXGQE.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-01-28-10-19-40.bpo-35843.7rXGQE.rst b/Misc/NEWS.d/next/Library/2019-01-28-10-19-40.bpo-35843.7rXGQE.rst new file mode 100644 index 0000000..1a9eaf0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-01-28-10-19-40.bpo-35843.7rXGQE.rst @@ -0,0 +1 @@ +Implement ``__getitem__`` for ``_NamespacePath``. Patch by Anthony Sottile. |