summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.7.rst')
-rw-r--r--doc/whatsnew/2.7.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.7.rst b/doc/whatsnew/2.7.rst
index 3d5d77ac3..5729e499e 100644
--- a/doc/whatsnew/2.7.rst
+++ b/doc/whatsnew/2.7.rst
@@ -54,3 +54,5 @@ Other Changes
* `len-as-conditions` is now triggered only for classes that are inheriting directly from list, dict, or set and not implementing the `__bool__` function, or from generators like range or list/dict/set comprehension. This should reduce the false positive for other classes, like pandas's DataFrame or numpy's Array.
* Fixes duplicate code detection for --jobs=2+
+
+* New option `allowed-redefined-builtins` defines variable names allowed to shadow builtins.