diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-06-09 07:42:52 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-06-09 07:42:52 (GMT) |
commit | 6371cd81775298dfd5dbbffbc172f3e5ddf6b5ea (patch) | |
tree | 2e9902bb1fd520e34704bf119e27094542b5814e /Misc | |
parent | 080b598990aae43b2ee4880d98b1a575fae2a778 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |