summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-06-09 07:42:52 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-06-09 07:42:52 (GMT)
commit6371cd81775298dfd5dbbffbc172f3e5ddf6b5ea (patch)
tree2e9902bb1fd520e34704bf119e27094542b5814e /Misc
parent080b598990aae43b2ee4880d98b1a575fae2a778 (diff)
downloadcpython-6371cd81775298dfd5dbbffbc172f3e5ddf6b5ea.zip
cpython-6371cd81775298dfd5dbbffbc172f3e5ddf6b5ea.tar.gz
cpython-6371cd81775298dfd5dbbffbc172f3e5ddf6b5ea.tar.bz2
Patch #1733960: Allow T_LONGLONG to accept ints.
Will backport to 2.5.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ad5fd5c..699f723 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1?
Core and builtins
-----------------
+- Patch #1733960: Allow T_LONGLONG to accept ints.
+
- Prevent expandtabs() on string and unicode objects from causing a segfault when
a large width is passed on 32-bit platforms.