summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorTobotimus <Tobotimus@users.noreply.github.com>2018-02-26 22:48:14 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2018-02-26 22:48:14 (GMT)
commiteee72d4778a5513038edd5236cdd87ccce2bc60a (patch)
tree73ec8b103993e7e3c5331575f901ebdfbd6f67bc /Misc/NEWS.d/next
parent3a087beddd9f0955eb9080a6fd1499ff89ca74bf (diff)
downloadcpython-eee72d4778a5513038edd5236cdd87ccce2bc60a.zip
cpython-eee72d4778a5513038edd5236cdd87ccce2bc60a.tar.gz
cpython-eee72d4778a5513038edd5236cdd87ccce2bc60a.tar.bz2
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Tools-Demos/2017-12-07-20-51-20.bpo-32222.hPBcGT.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2017-12-07-20-51-20.bpo-32222.hPBcGT.rst b/Misc/NEWS.d/next/Tools-Demos/2017-12-07-20-51-20.bpo-32222.hPBcGT.rst
new file mode 100644
index 0000000..b0b4c5e
--- /dev/null
+++ b/Misc/NEWS.d/next/Tools-Demos/2017-12-07-20-51-20.bpo-32222.hPBcGT.rst
@@ -0,0 +1,3 @@
+Fix pygettext not extracting docstrings for functions with type annotated
+arguments.
+Patch by Toby Harradine.