summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-03-21 09:34:34 +0200
committerGitHub <noreply@github.com>2022-03-21 09:34:34 +0200
commita7bf786026acce6b0cea08eb5e0e8334daa8a280 (patch)
tree19e34c84868d7aa950f1bb1b5dfb0afb06a95342 /collectors
parentcabf89dfebb5441e2249760fde14afdb3739c91c (diff)
docs(collectors/python.d): remove mention of compatibility with py2/py3 (#12465)
Diffstat (limited to 'collectors')
-rw-r--r--collectors/python.d.plugin/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/collectors/python.d.plugin/README.md b/collectors/python.d.plugin/README.md
index 16266ab7ed..7c060f811d 100644
--- a/collectors/python.d.plugin/README.md
+++ b/collectors/python.d.plugin/README.md
@@ -16,7 +16,6 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/pytho
## Disclaimer
-Every module should be compatible with python2 and python3.
All third party libraries should be installed system-wide or in `python_modules` directory.
Module configurations are written in YAML and **pyYAML is required**.
@@ -77,7 +76,6 @@ Writing new python module is simple. You just need to remember to include 5 majo
- **CHART** global dictionary
- **Service** class
- **\_get_data** method
-- all code needs to be compatible with Python 2 (**≥ 2.7**) *and* 3 (**≥ 3.1**)
If you plan to submit the module in a PR, make sure and go through the [PR checklist for new modules](#pull-request-checklist-for-python-plugins) beforehand to make sure you have updated all the files you need to.