diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-03-26 19:11:46 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-03-26 19:11:46 (GMT) |
commit | d543f2b8b0b66af330aae6764e53495cda48fd4e (patch) | |
tree | 649c09d1813846d425b69c02b667aa4248f8ad81 /Misc/NEWS | |
parent | 753445a425fba3e73d9eb15f10829a194da8b7fe (diff) | |
download | cpython-d543f2b8b0b66af330aae6764e53495cda48fd4e.zip cpython-d543f2b8b0b66af330aae6764e53495cda48fd4e.tar.gz cpython-d543f2b8b0b66af330aae6764e53495cda48fd4e.tar.bz2 |
IDLE can be launched as python -m ildelib
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ Core and Builtins Library ------- +- IDLE can be launched as python -m ildelib + - Issue #14295: Add unittest.mock - Issue #7652: Add --with-system-libmpdec option to configure for linking |