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

Guido van Rossum python-dev@python.org
Mon, 4 Sep 2000 06:14:37 -0700


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

Modified Files:
	pep-0200.txt 
Log Message:
More updates -- things are getting done!


Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** pep-0200.txt	2000/09/04 09:20:29	1.40
--- pep-0200.txt	2000/09/04 13:14:30	1.41
***************
*** 103,121 ****
  Open items -- Need to be resolved before 2.0b1 release
  
!     Add popen2 support for Linux -- Fred Drake
  
!     Deal with buffering problem with SocketServer -- GvR
  
      Make sure there are no tabs in the std library.
  
      Get all patches out of Open.
  
      Get all patches out of Accepted.
  
      Fix all other bugs with priority 7 or higher
  
-     Review performance and frequency of garbage collection scans.
- 
      Decide on a license.
  
  
--- 103,130 ----
  Open items -- Need to be resolved before 2.0b1 release
  
!     Add popen4 support for Unix -- Fred Drake
!     [4-Sep-2000 guido: popen4 is like popen2 with 2>&1 added]
! 
!     Review performance and frequency of garbage collection scans.
! 
  
! Checklist items -- Need to check on these before releasing
  
      Make sure there are no tabs in the std library.
+     [4-Sep-2000 guido: currently ok -- left here for final check]
  
      Get all patches out of Open.
+     [4-Sep-2000 guido: hopeless -- people keep adding new ones; but
+     the ones submitted on time before the feature freeze are all gone]
  
      Get all patches out of Accepted.
+     [4-Sep-2000 guido: currently ok -- left here for final check]
  
      Fix all other bugs with priority 7 or higher
+     [4-Sep-2000 guido: currently ok -- left here for final check]
  
      Decide on a license.
+     [4-Sep-2000 guido: looks like done, waiting for legal reviews or
+     new GPL developments]
  
  
***************
*** 128,131 ****
--- 137,142 ----
  
      Decide on a license.
+     [4-Sep-2000 guido: looks like done, waiting for legal reviews or
+     new GPL developments]
  
      Finish writing the PEPs for the features that went out with
***************
*** 141,146 ****
  Accepted and in progress
  
!     * PyErr_Format - Fredrik Lundh
!       Make this function safe from buffer overflows.
  
  
--- 152,156 ----
  Accepted and in progress
  
!     * Currently none left. [4-Sep-2000 guido]
  
  
***************
*** 241,244 ****
--- 251,264 ----
  
  Open items -- completed/fixed
+ 
+     [4-Sep-2000 guido: Fredrik finished this on 1-Sep]
+     * PyErr_Format - Fredrik Lundh
+       Make this function safe from buffer overflows.
+ 
+     [4-Sep-2000 guido: Fred has added popen2, popen3 on 28-Sep]
+     Add popen2 support for Linux -- Fred Drake
+ 
+     [4-Sep-2000 guido: done on 1-Sep]
+     Deal with buffering problem with SocketServer
  
      [04-Sep-2000 tim:  done; installer runs; w9xpopen not an issue]