diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-08-22 20:04:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-22 20:04:43 (GMT) |
commit | 57b321c37716f07c8fa3f3ea48857b81bc7012af (patch) | |
tree | c278db6f096d21da830b7cf98902eae2d762a5b8 /Misc | |
parent | 0627918f0b69a15aa16e4ccbb5d8eaae4f6a2caf (diff) | |
download | cpython-57b321c37716f07c8fa3f3ea48857b81bc7012af.zip cpython-57b321c37716f07c8fa3f3ea48857b81bc7012af.tar.gz cpython-57b321c37716f07c8fa3f3ea48857b81bc7012af.tar.bz2 |
Move susp-ignored locations
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-08-19-15-53-08.bpo-44957.imqrh3.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-08-19-15-53-08.bpo-44957.imqrh3.rst b/Misc/NEWS.d/next/Documentation/2021-08-19-15-53-08.bpo-44957.imqrh3.rst new file mode 100644 index 0000000..20a2aec --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-08-19-15-53-08.bpo-44957.imqrh3.rst @@ -0,0 +1,3 @@ +Promote PEP 604 union syntax by using it where possible. Also, mention ``X | +Y`` more prominently in section about ``Union`` and mention ``X | None`` at +all in section about ``Optional``. |