summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-02-09 07:02:09 (GMT)
committerNed Deily <nad@acm.org>2013-02-09 07:02:09 (GMT)
commitaa20b000d197aef58bd7d4e31af39433983ed036 (patch)
tree1d0ac909152de76200a45cd7dbb87db5d3b5b7d5 /Misc
parent70ea7fa6e57b9a4529c19e15cfff66d8fcb58806 (diff)
parenta48b61f8f25f7c24528d5ef156be407f781f76a6 (diff)
downloadcpython-aa20b000d197aef58bd7d4e31af39433983ed036.zip
cpython-aa20b000d197aef58bd7d4e31af39433983ed036.tar.gz
cpython-aa20b000d197aef58bd7d4e31af39433983ed036.tar.bz2
Issue #17161: make install now also installs a python3 man page.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 080533a..8c8b388 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -663,6 +663,8 @@ Build
Retina displays. Applies to Tkinter apps, such as IDLE, on OS X
framework builds linked with Cocoa Tk 8.5.
+- Issue #17161: make install now also installs a python3 man page.
+
Tools/Demos
-----------