Add comment about True/False omission in 2.7 builtins

This commit is contained in:
David Fisher
2016-02-20 22:47:38 -08:00
parent 48b3b260d1
commit f7349d46e9

View File

@@ -1,5 +1,8 @@
# Stubs for builtins (Python 2.7)
# True and False are deliberately omitted because they are keywords in
# Python 3, and stub files conform to Python 3 syntax.
from typing import (
TypeVar, Iterator, Iterable, overload,
Sequence, Mapping, Tuple, List, Any, Dict, Callable, Generic, Set,