summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-03-24 14:31:21 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-03-24 14:31:21 (GMT)
commitb0623d64a8a689ace0d0fbdc0227f363b5c1af1f (patch)
treee6d154106d9791426889be2fe49a36c8e70696bc /Misc
parentf8d1d0f7fb6211aa9555d7c5f38b54ac9da74212 (diff)
downloadcpython-b0623d64a8a689ace0d0fbdc0227f363b5c1af1f.zip
cpython-b0623d64a8a689ace0d0fbdc0227f363b5c1af1f.tar.gz
cpython-b0623d64a8a689ace0d0fbdc0227f363b5c1af1f.tar.bz2
logging: Added LOG_FTP for SysLogHandler and updated documentation.
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 7395196..7987d8c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Core and Builtins
Library
-------
+- logging: Added LOG_FTP to SysLogHandler and updated documentation.
+
- Issue #8205: Remove the "Modules" directory from sys.path when Python is
running from the build directory (POSIX only).