summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-07-07 10:57:02 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2023-02-13 19:09:28 +0000
commit7066963dc4d786f7ee8bfb09a20f78a143d1ad81 (patch)
treeb879b7aecfa9c62d6594d5d8fc44120c5ed5d93a
parent2177e1f813a6aa05c29a8f36d787171d954465c7 (diff)
downloadpython-setuptools-git-7066963dc4d786f7ee8bfb09a20f78a143d1ad81.tar.gz
Add news fragment
-rw-r--r--changelog.d/3434.deprecation.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/3434.deprecation.rst b/changelog.d/3434.deprecation.rst
new file mode 100644
index 00000000..2073d2b9
--- /dev/null
+++ b/changelog.d/3434.deprecation.rst
@@ -0,0 +1,3 @@
+Added deprecation warning for ``pkg_resources.declare_namespace``.
+Users that wish to implement namespace packages, are recommended to follow the
+practice described in PEP 420 and omit the ``__init__.py`` file entirely.