[Python-checkins] r86035 - python/branches/py3k/Misc/NEWS

vinay.sajip python-checkins at python.org
Sun Oct 31 16:11:43 CET 2010


Author: vinay.sajip
Date: Sun Oct 31 16:11:43 2010
New Revision: 86035

Log:
Updated NEWS about logging.basicConfig().

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sun Oct 31 16:11:43 2010
@@ -59,6 +59,8 @@
 Library
 -------
 
+- logging: Added style option to basicConfig() to allow %, {} or $-formatting.
+
 - Issue #5729:  json.dumps() now supports using a string such as '\t'
   for pretty-printing multilevel objects.
 


More information about the Python-checkins mailing list