diff options
author | Brian Curtin <brian@python.org> | 2011-08-11 01:34:20 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2011-08-11 01:34:20 (GMT) |
commit | c29966f3927caa6878e70596443a50a53e7ebf60 (patch) | |
tree | 6bc98c385bfa130dae4cfc76c7677e9643e8ddb2 /Misc | |
parent | 0275fc191caf88da56d913b1b3fe8e8a77f59210 (diff) | |
parent | 5b0a4d22c50ca73f715d3cdf2969e941a63a3468 (diff) | |
download | cpython-c29966f3927caa6878e70596443a50a53e7ebf60.zip cpython-c29966f3927caa6878e70596443a50a53e7ebf60.tar.gz cpython-c29966f3927caa6878e70596443a50a53e7ebf60.tar.bz2 |
merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -251,6 +251,8 @@ Core and Builtins Library ------- +- Issue #10087: Fix the html output format of the calendar module. + - Issue #12540: Prevent zombie IDLE processes on Windows due to changes in os.kill(). |