diff options
author | Anthony Shaw <anthony.p.shaw@gmail.com> | 2019-12-28 02:32:48 (GMT) |
---|---|---|
committer | Pablo Galindo <Pablogsal@gmail.com> | 2019-12-28 02:32:48 (GMT) |
commit | ef7eaafc9d2e370cf79b3674e56f643bbfe239e2 (patch) | |
tree | 9f0fd5163cd53780b9e6d571eebf4a396acf544e /Misc | |
parent | 90913985b62845a58f6b9e815121bcf614bd107f (diff) | |
download | cpython-ef7eaafc9d2e370cf79b3674e56f643bbfe239e2.zip cpython-ef7eaafc9d2e370cf79b3674e56f643bbfe239e2.tar.gz cpython-ef7eaafc9d2e370cf79b3674e56f643bbfe239e2.tar.bz2 |
bpo-39144 Align ctags and etags behaviours in the makefile and include Python stdlib files (GH-17721)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2019-12-27-22-18-26.bpo-39144.dwHMlR.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2019-12-27-22-18-26.bpo-39144.dwHMlR.rst b/Misc/NEWS.d/next/Build/2019-12-27-22-18-26.bpo-39144.dwHMlR.rst new file mode 100644 index 0000000..8b90da1 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2019-12-27-22-18-26.bpo-39144.dwHMlR.rst @@ -0,0 +1 @@ +The ctags and etags build targets both include Modules/_ctypes and Python standard library source files.
\ No newline at end of file |