@@ -13,8 +13,8 @@ Python 3.8 syntax is now supported. In particular, the following constructs are
13
13
14
14
### General query improvements
15
15
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
18
18
to use the ` Value ` API. This should result in more precise results.
19
19
20
20
## New queries
@@ -43,8 +43,8 @@ to use the `Value` API. This should result in more precise results.
43
43
44
44
* Django library now recognizes positional arguments from a ` django.conf.urls.url ` regex (Django version 1.x)
45
45
* 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
48
48
django` , but ` django` was not extracted properly, there will be a
49
49
` ModuleValue ` corresponding to this "unknown" module, and the ` isAbsent `
50
50
method will hold for this ` ModuleValue ` .
0 commit comments