File Release Notes and Changelog
Release Name: 1.2d
Notes:
Changes:
Fixed a bug in Python.ExecLocal - if an exception occured in
a call to ExecLocal, ArcView would crash. Now, Python.ExecLocal
will return -1 if the Python code throws an exception, just like
Python.Exec.
<p>
Added new quoting functions to both the arcview module (accessible
from Python) and the Python Language Support extension (accessible
from Avenue). These functions are intended to make it easier to
pass string values between Avenue and Python, even if the strings
contain special characters such as quotes and newlines. The new
APIs are arcview.avstr and Python.QuoteString. See README_1ST.txt
for more information.