File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -309,6 +309,8 @@ This is a type for objects that support ``bytes(x)``.
309
309
310
310
def __bytes__ (self ) -> bytes
311
311
312
+ .. _supports- int - etc:
313
+
312
314
`` SupportsComplex``
313
315
------------------ -
314
316
Original file line number Diff line number Diff line change @@ -393,6 +393,8 @@ Here are some more useful flags:
393
393
default to using whatever operating system you are currently using. See
394
394
:ref: `version_and_platform_checks ` for more about this feature.
395
395
396
+ .. _always-true :
397
+
396
398
- ``--always-true NAME `` will treat all variables named ``NAME `` as
397
399
compile-time constants that are always true. May be repeated.
398
400
Original file line number Diff line number Diff line change @@ -3,13 +3,28 @@ Revision history
3
3
4
4
List of major changes:
5
5
6
+ - April 2018
7
+ * Publish ``mypy `` version 0.590 on PyPI.
8
+
9
+ * Document :ref: `PEP 561 support <installed-packages >`.
10
+
11
+ * Made :ref: `incremental mode <incremental >` the default.
12
+
13
+ * Document ``--always-true `` and ``--always-false `` (:ref: `docs <always-true >`).
14
+
15
+ * Document ``follow_imports_for_stubs `` (:ref: `docs<per-module-flags> `).
16
+
17
+ * Add coroutines to :ref: `Python 3 cheat sheet <cheat-sheet-py3 >`.
18
+
19
+ * Add ``None `` return/strict-optional to :ref: `common issues <annotations_needed >`.
20
+
21
+ * Clarify that ``SupportsInt `` etc. don't support arithmetic operations (see :ref: `docs <supports-int-etc >`).
22
+
6
23
- March 2018
7
24
* Publish ``mypy `` version 0.580 on PyPI.
8
25
9
26
* Allow specifying multiple packages on the command line with ``-p `` and ``-m `` flags.
10
27
11
- * Clarify that ``SupportsInt `` etc. don't support arithmetic operations.
12
-
13
28
* Publish ``mypy `` version 0.570 on PyPI.
14
29
15
30
* Add support for :ref: `attrs_package `.
You can’t perform that action at this time.
0 commit comments