summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-07-12 15:31:17 (GMT)
committerGeorg Brandl <georg@python.org>2006-07-12 15:31:17 (GMT)
commit9dceedbb97396e2c4959b6bb9f78eee0d9049283 (patch)
tree61f791f407fc1b0f9540e761eac0ce51bd3a6e94 /Misc
parent76c5af62166cc8cf225dc5b4868fde93f46a43b1 (diff)
downloadcpython-9dceedbb97396e2c4959b6bb9f78eee0d9049283.zip
cpython-9dceedbb97396e2c4959b6bb9f78eee0d9049283.tar.gz
cpython-9dceedbb97396e2c4959b6bb9f78eee0d9049283.tar.bz2
Accept long options "--help" and "--version".
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a9ef3ee..e12f07f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.