You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by to...@apache.org on 2021/06/06 21:45:52 UTC

[skywalking-python] branch tom-pytel-patch-1 created (now e003ad3)

This is an automated email from the ASF dual-hosted git repository.

tompytel pushed a change to branch tom-pytel-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git.


      at e003ad3  Update Plugins.md

This branch includes the following new commits:

     new e003ad3  Update Plugins.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-python] 01/01: Update Plugins.md

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tompytel pushed a commit to branch tom-pytel-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git

commit e003ad3d1b71b01f77ad0955181a92fc5f5647a4
Author: Tomasz Pytel <to...@gmail.com>
AuthorDate: Sun Jun 6 18:45:46 2021 -0300

    Update Plugins.md
---
 docs/Plugins.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Plugins.md b/docs/Plugins.md
index 28688e0..f56039c 100644
--- a/docs/Plugins.md
+++ b/docs/Plugins.md
@@ -3,7 +3,7 @@
 Library | Versions | Plugin Name
 | :--- | :--- | :--- |
 | [http.server](https://docs.python.org/3/library/http.server.html) | Python 3.5 ~ 3.9 | `sw_http_server` |
-| [urllib.request](https://docs.python.org/3/library/urllib.request.html) | Python 3.5 ~ 3.8 | `sw_urllib_request` |
+| [urllib.request](https://docs.python.org/3/library/urllib.request.html) | Python 3.5 ~ 3.9 | `sw_urllib_request` |
 | [requests](https://requests.readthedocs.io/en/master/) | >= 2.9.0 < 2.15.0, >= 2.17.0 <= 2.24.0 | `sw_requests` |
 | [Flask](https://flask.palletsprojects.com/en/1.1.x/) | >=1.0.4 <= 1.1.2 | `sw_flask` |
 | [PyMySQL](https://pymysql.readthedocs.io/en/latest/) | 0.10.0 | `sw_pymysql` |