aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Laurent Le Brun <laurentlb@google.com>2016-02-22 11:48:05 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-02-22 16:09:33 +0000
commitff0072125b2d58a158b37f73fc343188ef8f835a (patch)
tree0727b7eaf65d9a68501a078b73a3447e441ebf27 /site
parent49315333b663c718ad3bed307a3caee23a5f880d (diff)
Doc update for Skylark syntax, mention 'is' is not supported
-- MOS_MIGRATED_REVID=115209664
Diffstat (limited to 'site')
-rw-r--r--site/docs/skylark/concepts.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/docs/skylark/concepts.md b/site/docs/skylark/concepts.md
index 76e1fe98f0..3ba94e7f89 100644
--- a/site/docs/skylark/concepts.md
+++ b/site/docs/skylark/concepts.md
@@ -137,6 +137,7 @@ The following Python features are not supported:
* `import` (see [`load`](#loading-a-skylark-extension) statement)
* `while`, `yield`
* `lambda`
+* `is` (use `==` instead)
* `try`, `raise`, `except`, `finally` (see [`fail`](lib/globals.html#fail)
for fatal errors).
* most builtin functions, most methods