[Python-checkins] CVS: python/nondist/peps pep-0200.txt,1.42,1.43

Jeremy Hylton python-dev@python.org
Thu, 14 Sep 2000 13:53:51 -0700


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

Modified Files:
	pep-0200.txt 
Log Message:
two open issues for 2.0b2


Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** pep-0200.txt	2000/09/14 20:39:01	1.42
--- pep-0200.txt	2000/09/14 20:53:48	1.43
***************
*** 103,106 ****
--- 103,111 ----
  Open items -- Need to be resolved before 2.0 final release
  
+     Decide whether cycle-gc should be enabled by default.
+ 
+     Resolve compatibility issues between core xml package and the
+     XML-SIG XML package.
+ 
      Update Tools/compiler so that it is compatible with list
      comprehensions, import as, and any other new language features.