[Zope-CVS] CVS: PythonNet - README.txt:1.10

Brian Lloyd cvs-admin at zope.org
Mon Oct 27 23:01:15 EST 2003


Update of /cvs-repository/PythonNet
In directory cvs.zope.org:/tmp/cvs-serv26100

Modified Files:
	README.txt 
Log Message:
Fixups for b1 release


=== PythonNet/README.txt 1.9 => 1.10 ===
--- PythonNet/README.txt:1.9	Mon Oct 27 21:06:58 2003
+++ PythonNet/README.txt	Mon Oct 27 23:00:44 2003
@@ -2,10 +2,23 @@
 
   Python for .NET is an integration of the C Python engine with the .NET 
   Common Language Runtime. If you have questions, comments or the answer 
-  to life, the universe and everything, send them to me (brian at zope.com) 
-  or to the Python for .NET mailing list: python.net-list at python.org.
-
-  The current released version of Python for .NET is 1.0 beta 1.
+  to life, the universe and everything, send them to me 
+  (<a href="mailto:brian at zope.com">brian at zope.com</a>) 
+  or to the Python for .NET mailing list: 
+  <a href="mailto:pythondotnet at python.org">
+  pythondotnet at python.org
+  </a>.
+
+  To subscribe to the Python for .NET mailing list or read the online 
+  archives of the mailing list, see the 
+  <a href="http://mail.python.org/mailman/listinfo/pythondotnet">
+  mailing list information</a> page.
+
+  The current released version of Python for .NET is 1.0 beta 1. You can 
+  download the release at: 
+  <a href="/Members/Brian/PythonNet/Releases/PythonNet-1.0-beta1.tgz">
+  http://www.zope.org/Members/Brian/PythonNet/Releases/PythonNet-1.0-beta1.tgz
+  </a>
 
 
   **What is Python For .NET?**
@@ -104,19 +117,18 @@
         sure if there is a sneaky way around it, other than lobbying Guido to 
         look at it for Python 2.4.
 
-      - Resolution of overloaded methods could be better and will be by 
-        1.0, but in the meantime it is pretty brain-dead for methods with 
-        a lot of overloads.
-
       - Packaging is still pretty minimal. There should probably be an msi 
         installer etc. for win32.
 
 
   **How do I install the package?**
 
-    A current snapshot of the package is available at: 
+    A current snapshot of the package is available 
+    at: 
 
+      <a href="http://www.zope.org/Members/Brian/PythonNet/">
       http://www.zope.org/Members/Brian/PythonNet/
+      </a>
 
     The release snapshot is a self-contained "private" assembly. Just unzip 
     the package wherever you want it, cd to that directory and run 
@@ -417,7 +429,8 @@
     to document it clearly in the source). The rhythym is very similar to 
     using Python C++ wrapper solutions such as CXX.
 
-    At a very high level, to embed Python in your application you need to:
+    At a very high level, to embed Python in your application you 
+    will need to:
 
       - Reference Python.Runtime.dll in your build environment
 
@@ -446,7 +459,7 @@
 
   **How can I report bugs?**
 
-    The Python for .NET mailing list at python.net-list at python.org is the 
+    The Python for .NET mailing list at **pythondotnet at python.org** is the 
     best place to report any issues or problems you encounter. If at all 
     possible, a concise test case demonstrating the problem would be much 
     appreciated.




More information about the Zope-CVS mailing list