[Python-checkins] CVS: python/nondist/peps pep-0200.txt,1.19,1.20 pep-0223.txt,1.1,1.2

Tim Peters python-dev@python.org
Mon, 21 Aug 2000 21:42:22 -0700


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

Modified Files:
	pep-0200.txt pep-0223.txt 
Log Message:
Assorted updates in 200.  Repaired PEPTzar's conservatism in 223.


Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** pep-0200.txt	2000/08/21 02:27:22	1.19
--- pep-0200.txt	2000/08/22 04:42:19	1.20
***************
*** 178,182 ****
      [19-Aug-2000 tim
       Guido msg on Python-Dev:
!      - restore the old behavior on all platforms
       - add to the docs that to get the common directory you use dirname()
       - add testcases that check that this works on all platforms
--- 178,182 ----
      [19-Aug-2000 tim
       Guido msg on Python-Dev:
!      - restore the old behavior on all platforms - Skip volunteered for this
       - add to the docs that to get the common directory you use dirname()
       - add testcases that check that this works on all platforms
***************
*** 184,188 ****
--- 184,219 ----
      ]
  
+     2.0b1:  Get all patches out of Open.
  
+     2.0b1:  Get all patches out of Accepted.
+ 
+     2.0b1:  Decide on a license.
+ 
+     2.0b1 Windows:  Look for registry info in HKCU before HKLM - Mark
+     Hammond.
+ 
+     2.0b1 Windows installer:  If HKLM isn't writable, back off to HKCU (so
+     Python can be installed on NT & 2000 without admin privileges).
+ 
+     2.0b1 Windows installer:  Install w9xpopen.exe only under Win95/98.
+ 
+     2.0b1 Windows ME:  Don't know anything about it.  Will the installer
+     even run?  Does it need the w9xpopen hack?
+ 
+     2.0b1 Win98 Guido:  popen is hanging on Guido, and even freezing the
+     whole machine.  No clue yet.
+ 
+     2.0:  Decide on a license.
+ 
+     2.0:  Finish writing the PEPs for the features that went out
+     with 2.0b1(! sad, but realistic -- we'll get better with practice).
+ 
+     2.0:  Major effort to whittle the bug database down to size.  I've (tim)
+     seen this before:  if you can keep all the open bugs fitting on one
+     screen, people will generally keep it that way.  But let it slobber
+     over a screen for a month, & it just goes to hell (no "visible
+     progress" indeed!).
+ 
+ 
  Open items -- completed/fixed
  
***************
*** 210,214 ****
--- 241,251 ----
        objects obvious when working in the interactive interpreter.
  
+     * Extended print statement - Barry Warsaw
+       PEP 214
+       http://python.sourceforge.net/peps/pep-0214.html
+       SF Patch #100970
+       http://sourceforge.net/patch/?func=detailpatch&patch_id=100970&group_id=5470
  
+ 
  Accepted and in progress
  
***************
*** 254,262 ****
        getitem if there is no getslice.
  
!     * Extended print statement - Barry Warsaw
!       PEP 214
!       http://python.sourceforge.net/peps/pep-0214.html
!       SF Patch #100970
!       http://sourceforge.net/patch/?func=detailpatch&patch_id=100970&group_id=5470
  
  
--- 291,297 ----
        getitem if there is no getslice.
  
!     * Change meaning of \x escapes - PEP 223 - Fredrik Lundh?  Tim Peters?
! 
!     * Add \U1234678 escapes in u"" strings - Fredrik Lundh?
  
  
***************
*** 265,270 ****
      * Tim O'Malley's cookie module -- but need different license
  
-     * test harness for C code - Trent Mick
- 
      * Extended slicing on lists - Michael Hudson
        Make lists (and other builtin types) handle extended slices.
--- 300,303 ----
***************
*** 291,294 ****
--- 324,329 ----
  
        - http://www.python.org/pipermail/python-dev/1999-August/002252.html
+ 
+     * test harness for C code - Trent Mick
  
  

Index: pep-0223.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0223.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pep-0223.txt	2000/08/21 13:37:45	1.1
--- pep-0223.txt	2000/08/22 04:42:19	1.2
***************
*** 3,10 ****
  Version: $Revision$
  Author: tpeters@beopen.com (Tim Peters)
! Python-Version: 2.1
  Status: Draft
  Created: 20-Aug-2000
! Post-History: 
  
  
--- 3,10 ----
  Version: $Revision$
  Author: tpeters@beopen.com (Tim Peters)
! Python-Version: 2.0
  Status: Draft
  Created: 20-Aug-2000
! Post-History: