diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2008-09-09 13:42:08 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2008-09-09 13:42:08 (GMT) |
commit | 844f741039ada0cc0658beae40c2769c9c2cb5d5 (patch) | |
tree | 941b43394d4d39c2e5e58a6ce9615b50473edca1 /Misc | |
parent | d3ffb8974f85618dfbaacf2d10a32dc0e96f2f3d (diff) | |
download | cpython-844f741039ada0cc0658beae40c2769c9c2cb5d5.zip cpython-844f741039ada0cc0658beae40c2769c9c2cb5d5.tar.gz cpython-844f741039ada0cc0658beae40c2769c9c2cb5d5.tar.bz2 |
Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -65,6 +65,8 @@ C-API Library ------- +- Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. + - Issue 3781: Clean up the API for warnings.catch_warnings() by having it return a list or None rather than a custom object. @@ -138,7 +140,7 @@ Build - Allow passing the MSI file name to merge.py. -- Issue #3758: Rename the 'check' target to 'patchcheck' so as to not clash +- Issue #3758: Rename the 'check' target to 'patchcheck' so as to not clash with GNU build target guidelines. |