@@ -13,8 +13,8 @@ Python 3.8 syntax is now supported. In particular, the following constructs are
1313
1414### General query improvements
1515
16- In an effort to deprecate the ` Object ` API (e.g. ` ClassObject ` ) in favour of the
17- ` Value ` API (e.g. ` ClassValue ` ), many of the standard queries have been updated
16+ Following the replacement of the ` Object ` API (for example, ` ClassObject ` ) in favor of the
17+ ` Value ` API (for example, ` ClassValue ` ) in the 1.21 release , many of the standard queries have been updated
1818to use the ` Value ` API. This should result in more precise results.
1919
2020## New queries
@@ -43,8 +43,8 @@ to use the `Value` API. This should result in more precise results.
4343
4444* Django library now recognizes positional arguments from a ` django.conf.urls.url ` regex (Django version 1.x)
4545* Instances of the ` Value ` class now support the ` isAbsent ` method, indicating
46- whether the ` Value ` in question is missing points-to information, but has been
47- inferred to likely exist anyway . For instance, if a file contains `import
46+ whether that ` Value ` lacks points-to information, but inference
47+ suggests that it exists . For instance, if a file contains `import
4848 django` , but ` django` was not extracted properly, there will be a
4949 ` ModuleValue ` corresponding to this "unknown" module, and the ` isAbsent `
5050 method will hold for this ` ModuleValue ` .
0 commit comments