[Zope-Checkins] CVS: Releases/Zope/doc - CHANGES.txt:1.702
Evan Simpson
evan at 4-am.com
Mon Mar 8 12:08:36 EST 2004
Update of /cvs-repository/Releases/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv1133/doc
Modified Files:
CHANGES.txt
Log Message:
Script (Python) objects now have a _filepath attribute, also used as the '__file__' global at runtime. This prevents an import problem caused by the fix to #1074.
=== Releases/Zope/doc/CHANGES.txt 1.701 => 1.702 ===
--- Releases/Zope/doc/CHANGES.txt:1.701 Wed Mar 3 06:12:43 2004
+++ Releases/Zope/doc/CHANGES.txt Mon Mar 8 12:08:04 2004
@@ -103,6 +103,10 @@
Bugs fixed
+ - Script (Python) objects now have a _filepath attribute, also
+ used as the '__file__' global at runtime. This prevents an
+ import problem caused by the fix to #1074.
+
- Minor usability tweaks:
* Increased FindSupport meta type selection widgets
More information about the Zope-Checkins
mailing list