Update of /cvsroot/jython/jython
In directory usw-pr-cvs1:/tmp/cvs-serv21395
Modified Files:
ACKNOWLEDGMENTS
Log Message:
Updated section about primary maintainer. Added separate PythonLabs acks.
Index: ACKNOWLEDGMENTS
===================================================================
RCS file: /cvsroot/jython/jython/ACKNOWLEDGMENTS,v
retrieving revision 2.16
retrieving revision 2.17
diff -C2 -d -r2.16 -r2.17
*** ACKNOWLEDGMENTS 2001/12/02 19:54:50 2.16
--- ACKNOWLEDGMENTS 2001/12/03 19:45:52 2.17
***************
*** 4,22 ****
Jim Hugunin invented JPython and was the primary developer while
he was at CNRI. In February 1999, Jim left CNRI for sunny
! California and Barry Warsaw became the primary maintainer. Jim
! continues to provide valuable assistance, as does Python's
! inventor Guido van Rossum.
You can contact the Jython maintainers directly via
jyt...@li..., or the Jython community at
jyt...@li....
-
- Finn Bock has been a frequent and valuable contributor to
- Jython, and has provided bug fixes and these important modules:
-
- cPickle.java
- cStringIO.java
- struct.java
- binascii.java
Harry Mantakos contributed the underlying md5 implementation.
--- 4,19 ----
Jim Hugunin invented JPython and was the primary developer while
he was at CNRI. In February 1999, Jim left CNRI for sunny
! California and Barry Warsaw became the primary maintainer.
! When Barry and the rest of PythonLabs left CNRI, Barry renamed
! JPython to Jython, put the sources on SourceForge and made
! Finn Bock the primary maintainer.
+ Python's inventor Guido van Rossum and the rest of PythonLabs
+ continues to help and support Jython by their understanding
+ of how Jython must live with the limits of Java.
+
You can contact the Jython maintainers directly via
jyt...@li..., or the Jython community at
jyt...@li....
Harry Mantakos contributed the underlying md5 implementation.
|