From: Ned Deily Date: Sat, 9 Feb 2013 07:05:10 +0000 (-0800) Subject: Issue #17161: merge from 3.3 X-Git-Tag: v3.4.0a1~1421 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ce9595e87b70e0d72815d1c5dd17c9a000c8df5;p=thirdparty%2FPython%2Fcpython.git Issue #17161: merge from 3.3 --- 1ce9595e87b70e0d72815d1c5dd17c9a000c8df5 diff --cc Misc/NEWS index a805b48f1c0e,8c8b38837a04..23d50a76c66a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -901,6 -663,14 +901,8 @@@ Buil 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 ------------ - -- Issue #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py - Patch by Serhiy Storchaka. - Documentation -------------