diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-10-21 20:22:14 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-10-21 20:22:14 (GMT) |
commit | 42ead48dc17543c0d41d261fdf070a07f576c449 (patch) | |
tree | 960a58e16b341fb10de9787551a1636ed913e4ce /Misc | |
parent | ff8c1e5aceb7737d424610dd1adeed773b84b8db (diff) | |
download | cpython-42ead48dc17543c0d41d261fdf070a07f576c449.zip cpython-42ead48dc17543c0d41d261fdf070a07f576c449.tar.gz cpython-42ead48dc17543c0d41d261fdf070a07f576c449.tar.bz2 |
Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -104,6 +104,8 @@ C-API Library ------- +- Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424. + - Issue #7099: Decimal.is_normal now returns True for numbers with exponent larger than emax. |