diff options
author | Georg Brandl <georg@python.org> | 2006-07-12 15:31:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-07-12 15:31:17 (GMT) |
commit | 9dceedbb97396e2c4959b6bb9f78eee0d9049283 (patch) | |
tree | 61f791f407fc1b0f9540e761eac0ce51bd3a6e94 /Misc | |
parent | 76c5af62166cc8cf225dc5b4868fde93f46a43b1 (diff) | |
download | cpython-9dceedbb97396e2c4959b6bb9f78eee0d9049283.zip cpython-9dceedbb97396e2c4959b6bb9f78eee0d9049283.tar.gz cpython-9dceedbb97396e2c4959b6bb9f78eee0d9049283.tar.bz2 |
Accept long options "--help" and "--version".
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.5 release candidate 1? Core and builtins ----------------- +- Patch #1521179: Python now accepts the standard options ``--help`` and + ``--version`` as well as ``/?`` on Windows. + - Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. Fixing this problem required changing the .pyc magic number. This means that .pyc files generated before 2.5c1 will be regenerated. |