commit | 0b4915e99ec7e7cd6b4923aa827e1541b67b78a9 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Apr 25 21:11:45 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Apr 25 21:11:45 2009 +0000 |
tree | c6afc3152e04b0bd3882c9ed40e455b5eb508163 | |
parent | f4841e2df7e2c3ccf7e5debc9423e0d8ee271bb4 [diff] [blame] |
install idle and pydoc with a 3 suffix #5756
diff --git a/Misc/NEWS b/Misc/NEWS index 9750f4b..b10fa94 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -76,6 +76,11 @@ - Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)' to avoid compiler warnings. +Installation +------------ + +- Issue #5756: Install idle and pydoc with a 3 suffix. + Library -------