diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-12-23 11:14:56 +0800 |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-12-23 11:14:56 +0800 |
commit | 84c18aaa4cac8f2603d7767db24c52afa06fe658 (patch) | |
tree | 2ec626832b8ca429ae1f0445a4948614b5bff02a | |
parent | 17fbe402d41685fd73ec50a24ceda894f3030a52 (diff) | |
download | cpython-git-84c18aaa4cac8f2603d7767db24c52afa06fe658.tar.gz |
Update News entry.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ Core and Builtins Library ------- +- Issue #12798: Updated the mimetypes documentation. + - Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz"). - Issue #1785: Fix inspect and pydoc with misbehaving descriptors. |