diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-11-24 22:04:22 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-11-24 22:04:22 (GMT) |
commit | 3188b2082e590d38eca60df7c67cc6212ad90f55 (patch) | |
tree | 6941ec13d8639decc5a620ceeabcff9d9d16e517 /Misc | |
parent | 42cc06ebf4cbb9ac75806c0d0203f3664853bc61 (diff) | |
download | cpython-3188b2082e590d38eca60df7c67cc6212ad90f55.zip cpython-3188b2082e590d38eca60df7c67cc6212ad90f55.tar.gz cpython-3188b2082e590d38eca60df7c67cc6212ad90f55.tar.bz2 |
Merged revisions 86737 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86737 | ezio.melotti | 2010-11-25 00:02:18 +0200 (Thu, 25 Nov 2010) | 1 line
Add NEWS entry for r86732 and fix double function in the table.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -48,6 +48,11 @@ Tests - Issue #9424: Replace deprecated assert* methods in the Python test suite. +Documentation +------------- + +- Issue #10299: List the built-in functions in a table in functions.rst. + What's New in Python 3.1.3 release candidate 1? =============================================== |