diff options
author | Georg Brandl <georg@python.org> | 2006-03-09 23:22:06 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-03-09 23:22:06 (GMT) |
commit | 24cb053b158a3cd63f7be05ac27f47e45bb2f1b3 (patch) | |
tree | 7f13771e5cc4d4641cb8227812ae6dd69c8519db /Misc | |
parent | ca4d08b6d366ef12022c15ea546ecf7a19a087e7 (diff) | |
download | cpython-24cb053b158a3cd63f7be05ac27f47e45bb2f1b3.zip cpython-24cb053b158a3cd63f7be05ac27f47e45bb2f1b3.tar.gz cpython-24cb053b158a3cd63f7be05ac27f47e45bb2f1b3.tar.bz2 |
Patch #1446372: quit and exit can now be called from the interactive
interpreter to exit.
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 alpha 1? Core and builtins ----------------- +- Patch #1446372: quit and exit can now be called from the interactive + interpreter to exit. + - Patch #1434038: property() now uses the getter's docstring if there is no "doc" argument given. This makes it possible to legitimately use property() as a decorator to produce a read-only property. |