diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-09-13 20:40:30 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-09-13 20:40:30 (GMT) |
commit | af9d10aa30fc1e3dd043519b2ea145c4a06c9199 (patch) | |
tree | 734c02f2d3d8011afdb1f394b67b515b314cda70 /Misc/NEWS | |
parent | 1b5646ac569e493721364856b45629d6e5a46d6a (diff) | |
download | cpython-af9d10aa30fc1e3dd043519b2ea145c4a06c9199.zip cpython-af9d10aa30fc1e3dd043519b2ea145c4a06c9199.tar.gz cpython-af9d10aa30fc1e3dd043519b2ea145c4a06c9199.tar.bz2 |
logging: enhanced HTTPHandler
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ Core and Builtins Library ------- +- logging: Enhanced HTTPHandler with secure and credentials initializers. + - Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X (macpath module). |