commit | 2276885acda0a74875cf02c5459c05e67b986f97 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Jun 09 08:01:33 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Jun 09 08:01:33 2007 +0000 |
tree | 2a5304e0663e66f4bae4860bf5a8e711fd529930 | |
parent | 66e64e2b6a837bcd95c29a2173d065fdc91f0581 [diff] [blame] |
Patch #1733960: Allow T_LONGLONG to accept ints.
diff --git a/Misc/NEWS b/Misc/NEWS index 22f05ab..93cc32d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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.