summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2009-10-21 20:22:14 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2009-10-21 20:22:14 (GMT)
commit5ac6528b91382e218332d367c98f06a5ed8670ff (patch)
tree207e6aaed6af893d9e872ea972a3fb6f652c5d0b /Misc
parentcf842ad418fa2b4b820e9f15a69dc5dd04dbd546 (diff)
downloadcpython-5ac6528b91382e218332d367c98f06a5ed8670ff.zip
cpython-5ac6528b91382e218332d367c98f06a5ed8670ff.tar.gz
cpython-5ac6528b91382e218332d367c98f06a5ed8670ff.tar.bz2
Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 49c739f..6946706 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -418,6 +418,8 @@ Core and Builtins
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.