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)
commit42ead48dc17543c0d41d261fdf070a07f576c449 (patch)
tree960a58e16b341fb10de9787551a1636ed913e4ce /Misc
parentff8c1e5aceb7737d424610dd1adeed773b84b8db (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8984e6f..96ee2ac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.