summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric V. Smith <ericvsmith@users.noreply.github.com>2018-03-21 21:10:22 (GMT)
committerGitHub <noreply@github.com>2018-03-21 21:10:22 (GMT)
commit8e4560a9da6a02aa157dd7df8bd0be0d258c0a73 (patch)
tree0276b5db71dc9fe964b69024b05e66ced4c6e809 /Misc
parentdec1c7786f642049c2508e909442189dc043b5da (diff)
downloadcpython-8e4560a9da6a02aa157dd7df8bd0be0d258c0a73.zip
cpython-8e4560a9da6a02aa157dd7df8bd0be0d258c0a73.tar.gz
cpython-8e4560a9da6a02aa157dd7df8bd0be0d258c0a73.tar.bz2
Add 'Field' to dataclasses.__all__. (GH-6182)
- Add missing 'Field' to __all__. - Improve tests to catch this.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-03-21-16-52-26.bpo-33116.Tvzerj.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-03-21-16-52-26.bpo-33116.Tvzerj.rst b/Misc/NEWS.d/next/Library/2018-03-21-16-52-26.bpo-33116.Tvzerj.rst
new file mode 100644
index 0000000..90072d8
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-03-21-16-52-26.bpo-33116.Tvzerj.rst
@@ -0,0 +1 @@
+Add 'Field' to dataclasses.__all__.