[Python-checkins] CVS: python/nondist/peps pep-0205.txt,1.3,1.4

Fred L. Drake python-dev@python.org
Tue, 7 Nov 2000 22:47:08 -0800


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv21925

Modified Files:
	pep-0205.txt 
Log Message:

Slight update regarding Dianne Hackborn's vref() proposal from 1995;
there was never an implementation.


Index: pep-0205.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0205.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** pep-0205.txt	2000/11/08 06:20:40	1.3
--- pep-0205.txt	2000/11/08 06:47:05	1.4
***************
*** 104,118 ****
  Previous Weak Reference Work in Python
  
!     Diane Hackborn's vref work.  'vref' objects were very similar to
!     java.lang.ref.WeakReference objects, except there was no
      equivalent to the invalidation queues.  Implementing a "weak
      dictionary" would be just as difficult as using only weak
      references (without the invalidation queue) in Java.  Information
!     on this appears to have disappeared from the Web.  Original
!     discussion occurred in the comp.lang.python newsgroup; a good
!     archive of that may turn up something more.  Dianne's old Web
!     pages at Oregon State University have disappeared.  I've sent an
!     email to what appears to be a recent email address for Dianne to
!     see if any information is still available.
  
      Marc-André Lemburg's mx.Proxy package.  These Web pages appear to
--- 104,118 ----
  Previous Weak Reference Work in Python
  
!     Diane Hackborn's vref proposal.  'vref' objects were very similar
!     to java.lang.ref.WeakReference objects, except there was no
      equivalent to the invalidation queues.  Implementing a "weak
      dictionary" would be just as difficult as using only weak
      references (without the invalidation queue) in Java.  Information
!     on this has disappeared from the Web.  Original discussion
!     occurred in the comp.lang.python newsgroup; a good archive of that
!     may turn up something more.
! 
!     Dianne doesn't have any record of her proposal, and doesn't recall
!     doing an implementation.
  
      Marc-André Lemburg's mx.Proxy package.  These Web pages appear to