| commit | ff232d723089eb0c743265821db528494a661099 | [log] [tgz] |
|---|---|---|
| author | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 03 09:24:38 2005 +0000 |
| committer | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 03 09:24:38 2005 +0000 |
| tree | 432c52a79a39e0578e0792df979a3b245cd56a98 | |
| parent | f2a8d63e4fac18c794ab99fd46999b36de35d11d [diff] [blame] |
Clear internal call error in 'L' format. Fixes #723201. Backported to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS index 5bbc921..92fb253 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and builtins ----------------- +- Bug #723201: Raise a TypeError for passing bad objects to 'L' format. + - Bug #1124295: the __name__ attribute of file objects was inadvertently made inaccessible in restricted mode.