[Zope-Checkins] CVS: ZODB3/logging - __init__.py:1.1.58.2

Jeremy Hylton jeremy at zope.com
Mon Sep 15 14:03:27 EDT 2003


Update of /cvs-repository/ZODB3/logging
In directory cvs.zope.org:/tmp/cvs-serv13599/logging

Modified Files:
      Tag: Zope-2_7-branch
	__init__.py 
Log Message:
Take two: Merge changes from ZODB3-3_2-branch to Zope-2_7-branch.

Please make all future changes on the Zope-2_7-branch instead.

The previous attempt used "cvs up -j ZODB3-3_2-branch", but appeared
to get only a small fraction of the changes.  This attempt is based on
copying a checkout of ZODB3-3_2-branch over top of a checkout of
Zope-2_7-branch.


=== ZODB3/logging/__init__.py 1.1.58.1 => 1.1.58.2 ===
--- ZODB3/logging/__init__.py:1.1.58.1	Mon Jul 21 12:38:33 2003
+++ ZODB3/logging/__init__.py	Mon Sep 15 14:02:56 2003
@@ -81,12 +81,6 @@
 raiseExceptions = 1
 
 
-# apply() is defined locally to avoid deprecation warnings for Python
-# 2.3 and newer
-def apply(func, args, kwargs):
-    return func(*args, **kwargs)
-
-
 #---------------------------------------------------------------------------
 #   Level related stuff
 #---------------------------------------------------------------------------




More information about the Zope-Checkins mailing list