diff options
author | Yury Selivanov <yury@magic.io> | 2019-12-09 14:54:20 (GMT) |
---|---|---|
committer | Ćukasz Langa <lukasz@langa.pl> | 2019-12-09 14:54:20 (GMT) |
commit | d219cc4180e7589807ebbef7421879f095e72a98 (patch) | |
tree | 851c77c76d776d146532fd16db6ccacbe7a1354e /Misc/NEWS.d/next/Library | |
parent | bba873e633f0f1e88ea12fb935cbd58faa77f976 (diff) | |
download | cpython-d219cc4180e7589807ebbef7421879f095e72a98.zip cpython-d219cc4180e7589807ebbef7421879f095e72a98.tar.gz cpython-d219cc4180e7589807ebbef7421879f095e72a98.tar.bz2 |
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (#9518)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-09-23-14-24-37.bpo-34776.1SrQe3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-09-23-14-24-37.bpo-34776.1SrQe3.rst b/Misc/NEWS.d/next/Library/2018-09-23-14-24-37.bpo-34776.1SrQe3.rst new file mode 100644 index 0000000..815a487 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-09-23-14-24-37.bpo-34776.1SrQe3.rst @@ -0,0 +1 @@ +Fix dataclasses to support forward references in type annotations |