commit | e1b5ac640841e4233bcd0204efcd50fe9b50a6d0 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Jun 04 13:06:58 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Jun 04 13:06:58 2008 +0000 |
tree | e0baea9c87f7ceee0cba306689bca1f0607b241d | |
parent | a26f8ca668d09eff8ab03ef3d1cddb9bfbc6d124 [diff] [blame] |
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
diff --git a/Misc/NEWS b/Misc/NEWS index 84ef777..437bcbe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Removed the already-defunct ``-t`` option. + - Issue #2957: Corrected a ValueError "recursion limit exceeded", when unmarshalling many code objects, which happens when importing a large .pyc file (~1000 functions).