diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-11-24 22:02:18 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-11-24 22:02:18 (GMT) |
commit | 17f9b3d289ec2ba64338a0d2322e7be10eb65096 (patch) | |
tree | 3e82750c27087d3c255be4b0f451e06de7b6caa6 /Misc | |
parent | 807bd0a8a47191f7aa25cd9d5619bbc46a3f2a2a (diff) | |
download | cpython-17f9b3d289ec2ba64338a0d2322e7be10eb65096.zip cpython-17f9b3d289ec2ba64338a0d2322e7be10eb65096.tar.gz cpython-17f9b3d289ec2ba64338a0d2322e7be10eb65096.tar.bz2 |
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
@@ -132,6 +132,11 @@ Build - Issue #10325: Fix two issues in the fallback definitions for PY_ULLONG_MAX and PY_LLONG_MAX that made them unsuitable for use in preprocessor conditionals. +Documentation +------------- + +- Issue #10299: List the built-in functions in a table in functions.rst. + What's New in Python 3.2 Alpha 4? ================================= |