[Zodb-checkins] CVS: ZODB4/src/zodb/storage - _helper.c:1.3

Barry Warsaw barry@wooz.org
Wed, 22 Jan 2003 14:18:48 -0500


Update of /cvs-repository/ZODB4/src/zodb/storage
In directory cvs.zope.org:/tmp/cvs-serv8849

Modified Files:
	_helper.c 
Log Message:
Forward port from ZODB 3.2:

Update comment


=== ZODB4/src/zodb/storage/_helper.c 1.2 => 1.3 ===
--- ZODB4/src/zodb/storage/_helper.c:1.2	Wed Dec 25 09:12:19 2002
+++ ZODB4/src/zodb/storage/_helper.c	Wed Jan 22 14:18:45 2003
@@ -16,8 +16,8 @@
 
 /* This helper only works for Python 2.2 and beyond.  If we're using an
  * older version of Python, stop out now so we don't leave a broken, but
- * compiled and importable module laying about.  Full.py has a workaround
- * for when this extension isn't available.
+ * compiled and importable module laying about.  BDBFullStorage.py has a
+ * workaround for when this extension isn't available.
  */
 #if PY_VERSION_HEX < 0x020200F0
 #error "Must be using at least Python 2.2"