commit | 5ac6528b91382e218332d367c98f06a5ed8670ff | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Wed Oct 21 20:22:14 2009 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Wed Oct 21 20:22:14 2009 +0000 |
tree | 207e6aaed6af893d9e872ea972a3fb6f652c5d0b | |
parent | cf842ad418fa2b4b820e9f15a69dc5dd04dbd546 [diff] [blame] |
Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.
diff --git a/Misc/NEWS b/Misc/NEWS index 49c739f..6946706 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -418,6 +418,8 @@ 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.