Show More
@@ -511,6 +511,7 b' py3pats = [' | |||
|
511 | 511 | (r'getopt\.getopt', "use pycompat.getoptb instead (py3)"), |
|
512 | 512 | (r'os\.getenv', "use encoding.environ.get instead"), |
|
513 | 513 | (r'os\.setenv', "modifying the environ dict is not preferred"), |
|
514 | (r'(?<!pycompat\.)xrange', "use pycompat.xrange instead (py3)"), | |
|
514 | 515 | ], |
|
515 | 516 | # warnings |
|
516 | 517 | [], |
General Comments 0
You need to be logged in to leave comments.
Login now