| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6c7cddf commit 4ca72de
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,7 +17,7 @@ import python | |||
| 17 | 17 | * and module `instead` should be used instead (or `instead = "no replacement"`) | |
| 18 | 18 | */ | |
| 19 | 19 | predicate deprecated_module(string name, string instead, int major, int minor) { | |
| 20 | - name = "posixfile" and instead = "email" and major = 1 and minor = 5 | ||
| 20 | + name = "posixfile" and instead = "fcntl" and major = 1 and minor = 5 | ||
| 21 | 21 | or | |
| 22 | 22 | name = "gopherlib" and instead = "no replacement" and major = 2 and minor = 5 | |
| 23 | 23 | or | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,3 @@ | |||
| 1 | 1 | | test.py:2:8:2:13 | ImportExpr | The rfc822 module was deprecated in version 2.3. Use email module instead. | | |
| 2 | - | test.py:3:8:3:16 | ImportExpr | The posixfile module was deprecated in version 1.5. Use email module instead. | | ||
| 2 | + | test.py:3:8:3:16 | ImportExpr | The posixfile module was deprecated in version 1.5. Use fcntl module instead. | | ||
| 3 | 3 | | test.py:8:16:8:18 | ImportExpr | The md5 module was deprecated in version 2.5. Use hashlib module instead. | | |
| Back | FazBrowse Home | New Git URL |
0 commit comments