diff options
author | Ned Deily <nad@acm.org> | 2013-02-09 07:02:09 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-02-09 07:02:09 (GMT) |
commit | aa20b000d197aef58bd7d4e31af39433983ed036 (patch) | |
tree | 1d0ac909152de76200a45cd7dbb87db5d3b5b7d5 /Misc | |
parent | 70ea7fa6e57b9a4529c19e15cfff66d8fcb58806 (diff) | |
parent | a48b61f8f25f7c24528d5ef156be407f781f76a6 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ----------- |